Html Css Color HEX #31E221 Lime Green

📋 copy color: '#31E221'

red 49 ◦ green 226 ◦ blue 33

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

Shades of Lime Green #31E221

Tints of Lime Green #31E221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.71%

R = 15.91%
G = 73.38%
B = 10.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#31E221 (or 0x31E221) is known color: Lime Green. HEX triplet: 31, E2 and 21. RGB value is (49,226,33). Sum of RGB (Red+Green+Blue) = 49+226+33=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 226 (88.67% from 255 or 73.38% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 226 - color contains mainly: green. Hex color #31E221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E221 is #CE1DDE. Grayscale: #979797. Windows color (decimal): -13508063 or 2220593. OLE color: 2220593.

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

Color convert

RGB 49 226 33 -
CMYK 0.78 0 0.85 0.11
HSL 115.03º 0.77% 0.51% -
HSV(B) 115.03º 0.85% 0.89% -
XYZ 28.74 55.16 10.57 -
YUV 151.08 61.36 55.19 -
System Red Green Blue C M Y K H S L
Decimal 49 226 33 0.78 0 0.85 0.11 115.03 0.77 0.51
Hex 31 E2 21 4E 0 55 B 73 4D 33
Octal 61 342 41 116 0 125 13 163 115 63
Binary 110001 11100010 100001 1001110 0 1010101 1011 1110011 1001101 110011

Color Harmonies of #31E221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E221

Black with #31E221

Text Example


Text Example

White with #31E221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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