#37B52E

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

Shades of Lime Green #37B52E

Tints of Lime Green #37B52E

Color information

#37B52E (or 0x37B52E) is unknown color: approx Lime Green. HEX triplet: 37, B5 and 2E. RGB value is (55,181,46). Sum of RGB (Red+Green+Blue) = 55+181+46=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 181 (71.09% from 255 or 64.18% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 181 - color contains mainly: green. Hex color #37B52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B52E is #C84AD1. Grayscale: #808080. Windows color (decimal): -13126354 or 3061047. OLE color: 3061047.

HSL color Cylindrical-coordinate representation of color #37B52E: hue angle of 116º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37B52E is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB5518146-
CMYK0.7000.750.29
HSL116º59.47%44.51%-
HSV(B)116º74.59%70.98%-
XYZ18.5934.068.18-
YUV127.9481.7675.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.50%
GREEN value IS 181 (71.09% from 255) = 64.18%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=19.50%
G=64.18%
B=16.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal55181460.7000.750.2911659.4744.51
Hex37B52E4604B1D743b2d
Octal67265561060113351647355
Binary11011110110101101110100011001001011111011110100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,181,46); }

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

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

 a { background-color: rgb(55,181,46); }

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

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

 span { border-color: rgb(55,181,46); }

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