#37E52D

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

Shades of Lime Green #37E52D

Tints of Lime Green #37E52D

Color information

#37E52D (or 0x37E52D) is unknown color: approx Lime Green. HEX triplet: 37, E5 and 2D. RGB value is (55,229,45). Sum of RGB (Red+Green+Blue) = 55+229+45=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 229 (89.84% from 255 or 69.60% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 229 - color contains mainly: green. Hex color #37E52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E52D is #C81AD2. Grayscale: #9C9C9C. Windows color (decimal): -13114067 or 3007799. OLE color: 3007799.

HSL color Cylindrical-coordinate representation of color #37E52D: hue angle of 116.74º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37E52D is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB5522945-
CMYK0.7600.800.10
HSL116.74º77.97%53.73%-
HSV(B)116.74º80.35%89.8%-
XYZ30.0757.0411.91-
YUV15665.3555.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.72%
GREEN value IS 229 (89.84% from 255) = 69.60%
BLUE value IS 45 (17.97% from 255) = 13.68%
R=16.72%
G=69.60%
B=13.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal55229450.7600.800.10116.7477.9753.73
Hex37E52D4C050A754e36
Octal673455511401201216511666
Binary11011111100101101101100110001010000101011101011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37E52D; }

 p { color: rgb(55,229,45); }

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

<style>
 a { background-color: #37E52D; }

 a { background-color: rgb(55,229,45); }

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

<style>
 span { border-color: #37E52D; }

 span { border-color: rgb(55,229,45); }

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