Html Css Color HEX #31E01C Lime Green

📋 copy color: '#31E01C'

red 49 ◦ green 224 ◦ blue 28

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

Shades of Lime Green #31E01C

Tints of Lime Green #31E01C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 74.42%

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 16.28%
G = 74.42%
B = 9.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#31E01C (or 0x31E01C) is known color: Lime Green. HEX triplet: 31, E0 and 1C. RGB value is (49,224,28). Sum of RGB (Red+Green+Blue) = 49+224+28=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 224 (87.89% from 255 or 74.42% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 224 - color contains mainly: green. Hex color #31E01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E01C is #CE1FE3. Grayscale: #959595. Windows color (decimal): -13508580 or 1892401. OLE color: 1892401.

HSL color Cylindrical-coordinate representation of color #31E01C: hue angle of 113.57º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31E01C is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 224 28 -
CMYK 0.78 0 0.88 0.12
HSL 113.57º 0.78% 0.49% -
HSV(B) 113.57º 0.88% 0.88% -
XYZ 28.13 54.05 10.05 -
YUV 149.33 59.52 56.44 -
System Red Green Blue C M Y K H S L
Decimal 49 224 28 0.78 0 0.88 0.12 113.57 0.78 0.49
Hex 31 E0 1C 4E 0 58 C 72 4E 31
Octal 61 340 34 116 0 130 14 162 116 61
Binary 110001 11100000 11100 1001110 0 1011000 1100 1110010 1001110 110001

Color Harmonies of #31E01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E01C

Black with #31E01C

Text Example


Text Example

White with #31E01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,224,28); }

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

background-color css

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

 a { background-color: rgb(49,224,28); }

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

border-color css

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

 span { border-color: rgb(49,224,28); }

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