Html Css Color HEX #31C21E Lime Green

📋 copy color: '#31C21E'

red 49 ◦ green 194 ◦ blue 30

#31C21E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #31C21E

Tints of Lime Green #31C21E

RGB

 RED value IS 49 (19.53% from 255) = 17.95%

 GREEN value IS 194 (76.17% from 255) = 71.06%

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 17.95%
G = 71.06%
B = 10.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#31C21E (or 0x31C21E) is known color: Lime Green. HEX triplet: 31, C2 and 1E. RGB value is (49,194,30). Sum of RGB (Red+Green+Blue) = 49+194+30=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 194 (76.17% from 255 or 71.06% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 194 - color contains mainly: green. Hex color #31C21E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C21E is #CE3DE1. Grayscale: #848484. Windows color (decimal): -13516258 or 2015793. OLE color: 2015793.

HSL color Cylindrical-coordinate representation of color #31C21E: hue angle of 113.05º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31C21E is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 194 30 -
CMYK 0.75 0 0.85 0.24
HSL 113.05º 0.73% 0.44% -
HSV(B) 113.05º 0.85% 0.76% -
XYZ 20.79 39.33 7.72 -
YUV 131.95 70.46 68.84 -
System Red Green Blue C M Y K H S L
Decimal 49 194 30 0.75 0 0.85 0.24 113.05 0.73 0.44
Hex 31 C2 1E 4B 0 55 18 71 49 2C
Octal 61 302 36 113 0 125 30 161 111 54
Binary 110001 11000010 11110 1001011 0 1010101 11000 1110001 1001001 101100

Color Harmonies of #31C21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C21E

Black with #31C21E

Text Example


Text Example

White with #31C21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31C21E; }

 p { color: rgb(49,194,30); }

 H1.HeaderClassName
 {
   color: #31C21E;
 }
 .AnyTagClassName
 {
   color: #31C21E;
 }
</style>

background-color css

<style>
 a { background-color: #31C21E; }

 a { background-color: rgb(49,194,30); }

 div.DivClassName
 {
   background-color: #31C21E;
 }
 .BgClassName
 {
   background-color: #31C21E;
 }
</style>

border-color css

<style>
 span { border-color: #31C21E; }

 span { border-color: rgb(49,194,30); }

 td.TdClassName
 {
   border-color: #31C21E;
 }
 .TagClassName
 {
   border-color: #31C21E;
 }
</style>