Html Css Color HEX #31E421 Lime Green

📋 copy color: '#31E421'

red 49 ◦ green 228 ◦ blue 33

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

Shades of Lime Green #31E421

Tints of Lime Green #31E421

RGB

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

 GREEN value IS 228 (89.45% from 255) = 73.55%

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

R = 15.81%
G = 73.55%
B = 10.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#31E421 (or 0x31E421) is known color: Lime Green. HEX triplet: 31, E4 and 21. RGB value is (49,228,33). Sum of RGB (Red+Green+Blue) = 49+228+33=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 228 (89.45% from 255 or 73.55% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 228 - color contains mainly: green. Hex color #31E421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E421 is #CE1BDE. Grayscale: #989898. Windows color (decimal): -13507551 or 2221105. OLE color: 2221105.

HSL color Cylindrical-coordinate representation of color #31E421: hue angle of 115.08º degrees, saturation: 0.78, 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 #31E421 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 228 33 -
CMYK 0.79 0 0.86 0.11
HSL 115.08º 0.78% 0.51% -
HSV(B) 115.08º 0.86% 0.89% -
XYZ 29.28 56.25 10.75 -
YUV 152.25 60.7 54.36 -
System Red Green Blue C M Y K H S L
Decimal 49 228 33 0.79 0 0.86 0.11 115.08 0.78 0.51
Hex 31 E4 21 4F 0 56 B 73 4E 33
Octal 61 344 41 117 0 126 13 163 116 63
Binary 110001 11100100 100001 1001111 0 1010110 1011 1110011 1001110 110011

Color Harmonies of #31E421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E421

Black with #31E421

Text Example


Text Example

White with #31E421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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