Html Css Color HEX #31E321 Lime Green

📋 copy color: '#31E321'

red 49 ◦ green 227 ◦ blue 33

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

Shades of Lime Green #31E321

Tints of Lime Green #31E321

RGB

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

 GREEN value IS 227 (89.06% from 255) = 73.46%

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

R = 15.86%
G = 73.46%
B = 10.68%

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

#31E321 (or 0x31E321) is known color: Lime Green. HEX triplet: 31, E3 and 21. RGB value is (49,227,33). Sum of RGB (Red+Green+Blue) = 49+227+33=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 227 (89.06% from 255 or 73.46% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 227 - color contains mainly: green. Hex color #31E321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E321 is #CE1CDE. Grayscale: #989898. Windows color (decimal): -13507807 or 2220849. OLE color: 2220849.

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

Color convert

RGB 49 227 33 -
CMYK 0.78 0 0.85 0.11
HSL 115.05º 0.78% 0.51% -
HSV(B) 115.05º 0.85% 0.89% -
XYZ 29.01 55.7 10.66 -
YUV 151.66 61.03 54.77 -
System Red Green Blue C M Y K H S L
Decimal 49 227 33 0.78 0 0.85 0.11 115.05 0.78 0.51
Hex 31 E3 21 4E 0 55 B 73 4E 33
Octal 61 343 41 116 0 125 13 163 116 63
Binary 110001 11100011 100001 1001110 0 1010101 1011 1110011 1001110 110011

Color Harmonies of #31E321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E321

Black with #31E321

Text Example


Text Example

White with #31E321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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