Html Css Color HEX #31E049 Lime Green

📋 copy color: '#31E049'

red 49 ◦ green 224 ◦ blue 73

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

Shades of Lime Green #31E049

Tints of Lime Green #31E049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.1%

R = 14.16%
G = 64.74%
B = 21.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#31E049 (or 0x31E049) is known color: Lime Green. HEX triplet: 31, E0 and 49. RGB value is (49,224,73). Sum of RGB (Red+Green+Blue) = 49+224+73=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 224 (87.89% from 255 or 64.74% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 224 - color contains mainly: green. Hex color #31E049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E049 is #CE1FB6. Grayscale: #9A9A9A. Windows color (decimal): -13508535 or 4841521. OLE color: 4841521.

HSL color Cylindrical-coordinate representation of color #31E049: hue angle of 128.23º 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 #31E049 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 224 73 -
CMYK 0.78 0 0.67 0.12
HSL 128.23º 0.74% 0.54% -
HSV(B) 128.23º 0.78% 0.88% -
XYZ 29.12 54.45 15.28 -
YUV 154.46 82.02 52.78 -
System Red Green Blue C M Y K H S L
Decimal 49 224 73 0.78 0 0.67 0.12 128.23 0.74 0.54
Hex 31 E0 49 4E 0 43 C 80 4A 36
Octal 61 340 111 116 0 103 14 200 112 66
Binary 110001 11100000 1001001 1001110 0 1000011 1100 10000000 1001010 110110

Color Harmonies of #31E049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E049

Black with #31E049

Text Example


Text Example

White with #31E049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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