#31E323

Color #31E323 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #31E323

Tints of Lime Green #31E323

Color information

#31E323 (or 0x31E323) is unknown color: approx Lime Green. HEX triplet: 31, E3 and 23. RGB value is (49,227,35). Sum of RGB (Red+Green+Blue) = 49+227+35=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 227 (89.06% from 255 or 72.99% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 227 - color contains mainly: green. Hex color #31E323 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E323 is #CE1CDC. Grayscale: #989898. Windows color (decimal): -13507805 or 2351921. OLE color: 2351921.

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

Color convert

RGB4922735-
CMYK0.7800.850.11
HSL115.62º77.42%51.37%-
HSV(B)115.62º84.58%89.02%-
XYZ29.0455.7110.81-
YUV151.8962.0354.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.76%
GREEN value IS 227 (89.06% from 255) = 72.99%
BLUE value IS 35 (14.06% from 255) = 11.25%
R=15.76%
G=72.99%
B=11.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal49227350.7800.850.11115.6277.4251.37
Hex31E3234E055B744d33
Octal613434311601251316411563
Binary11000111100011100011100111001010101101111101001001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31E323;
 }
 .AnyTagClassName
 {
   color: #31E323;
 }
</style>
background-color css

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

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

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

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

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

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