#37CE32

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

Shades of Lime Green #37CE32

Tints of Lime Green #37CE32

Color information

#37CE32 (or 0x37CE32) is unknown color: approx Lime Green. HEX triplet: 37, CE and 32. RGB value is (55,206,50). Sum of RGB (Red+Green+Blue) = 55+206+50=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 206 (80.86% from 255 or 66.24% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 206 - color contains mainly: green. Hex color #37CE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CE32 is #C831CD. Grayscale: #8F8F8F. Windows color (decimal): -13119950 or 3329591. OLE color: 3329591.

HSL color Cylindrical-coordinate representation of color #37CE32: hue angle of 118.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37CE32 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB5520650-
CMYK0.7300.760.19
HSL118.08º61.42%50.2%-
HSV(B)118.08º75.73%80.78%-
XYZ24.2245.1910.46-
YUV143.0775.4765.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.68%
GREEN value IS 206 (80.86% from 255) = 66.24%
BLUE value IS 50 (19.92% from 255) = 16.08%
R=17.68%
G=66.24%
B=16.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal55206500.7300.760.19118.0861.4250.2
Hex37CE324904C13763d32
Octal67316621110114231667562
Binary11011111001110110010100100101001100100111110110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,206,50); }

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

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

 a { background-color: rgb(55,206,50); }

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

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

 span { border-color: rgb(55,206,50); }

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