#31E534

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

Shades of Lime Green #31E534

Tints of Lime Green #31E534

Color information

#31E534 (or 0x31E534) is unknown color: approx Lime Green. HEX triplet: 31, E5 and 34. RGB value is (49,229,52). Sum of RGB (Red+Green+Blue) = 49+229+52=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 229 (89.84% from 255 or 69.39% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 229 - color contains mainly: green. Hex color #31E534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E534 is #CE1ACB. Grayscale: #9B9B9B. Windows color (decimal): -13507276 or 3466545. OLE color: 3466545.

HSL color Cylindrical-coordinate representation of color #31E534: hue angle of 121º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E534 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB4922952-
CMYK0.7900.770.10
HSL121º77.59%54.51%-
HSV(B)121º78.6%89.8%-
XYZ29.9156.9412.66-
YUV15569.8752.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.85%
GREEN value IS 229 (89.84% from 255) = 69.39%
BLUE value IS 52 (20.70% from 255) = 15.76%
R=14.85%
G=69.39%
B=15.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal49229520.7900.770.1012177.5954.51
Hex31E5344F04DA794e37
Octal613456411701151217111667
Binary11000111100101110100100111101001101101011110011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,229,52); }

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

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

 a { background-color: rgb(49,229,52); }

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

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

 span { border-color: rgb(49,229,52); }

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