Html Css Color HEX #31E220 Lime Green

📋 copy color: '#31E220'

red 49 ◦ green 226 ◦ blue 32

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

Shades of Lime Green #31E220

Tints of Lime Green #31E220

RGB

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

 GREEN value IS 226 (88.67% from 255) = 73.62%

 BLUE value IS 32 (12.89% from 255) = 10.42%

R = 15.96%
G = 73.62%
B = 10.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#31E220 (or 0x31E220) is known color: Lime Green. HEX triplet: 31, E2 and 20. RGB value is (49,226,32). Sum of RGB (Red+Green+Blue) = 49+226+32=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 226 (88.67% from 255 or 73.62% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 226 - color contains mainly: green. Hex color #31E220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E220 is #CE1DDF. Grayscale: #979797. Windows color (decimal): -13508064 or 2155057. OLE color: 2155057.

HSL color Cylindrical-coordinate representation of color #31E220: hue angle of 114.74º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31E220 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 226 32 -
CMYK 0.78 0 0.86 0.11
HSL 114.74º 0.77% 0.51% -
HSV(B) 114.74º 0.86% 0.89% -
XYZ 28.72 55.15 10.5 -
YUV 150.96 60.86 55.27 -
System Red Green Blue C M Y K H S L
Decimal 49 226 32 0.78 0 0.86 0.11 114.74 0.77 0.51
Hex 31 E2 20 4E 0 56 B 73 4D 33
Octal 61 342 40 116 0 126 13 163 115 63
Binary 110001 11100010 100000 1001110 0 1010110 1011 1110011 1001101 110011

Color Harmonies of #31E220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E220

Black with #31E220

Text Example


Text Example

White with #31E220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,226,32); }

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

background-color css

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

 a { background-color: rgb(49,226,32); }

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

border-color css

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

 span { border-color: rgb(49,226,32); }

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