Html Css Color HEX #31E042 Lime Green

📋 copy color: '#31E042'

red 49 ◦ green 224 ◦ blue 66

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

Shades of Lime Green #31E042

Tints of Lime Green #31E042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.47%

R = 14.45%
G = 66.08%
B = 19.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#31E042 (or 0x31E042) is known color: Lime Green. HEX triplet: 31, E0 and 42. RGB value is (49,224,66). Sum of RGB (Red+Green+Blue) = 49+224+66=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 224 (87.89% from 255 or 66.08% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 224 - color contains mainly: green. Hex color #31E042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E042 is #CE1FBD. Grayscale: #9A9A9A. Windows color (decimal): -13508542 or 4382769. OLE color: 4382769.

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

Color convert

RGB 49 224 66 -
CMYK 0.78 0 0.71 0.12
HSL 125.83º 0.74% 0.54% -
HSV(B) 125.83º 0.78% 0.88% -
XYZ 28.91 54.36 14.12 -
YUV 153.66 78.52 53.35 -
System Red Green Blue C M Y K H S L
Decimal 49 224 66 0.78 0 0.71 0.12 125.83 0.74 0.54
Hex 31 E0 42 4E 0 47 C 7E 4A 36
Octal 61 340 102 116 0 107 14 176 112 66
Binary 110001 11100000 1000010 1001110 0 1000111 1100 1111110 1001010 110110

Color Harmonies of #31E042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E042

Black with #31E042

Text Example


Text Example

White with #31E042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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