#37D232

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

Shades of Lime Green #37D232

Tints of Lime Green #37D232

Color information

#37D232 (or 0x37D232) is unknown color: approx Lime Green. HEX triplet: 37, D2 and 32. RGB value is (55,210,50). Sum of RGB (Red+Green+Blue) = 55+210+50=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 210 (82.42% from 255 or 66.67% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 210 - color contains mainly: green. Hex color #37D232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D232 is #C82DCD. Grayscale: #919191. Windows color (decimal): -13118926 or 3330615. OLE color: 3330615.

HSL color Cylindrical-coordinate representation of color #37D232: hue angle of 118.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37D232 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB5521050-
CMYK0.7400.760.18
HSL118.12º64%50.98%-
HSV(B)118.12º76.19%82.35%-
XYZ25.247.1410.79-
YUV145.4274.1563.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.46%
GREEN value IS 210 (82.42% from 255) = 66.67%
BLUE value IS 50 (19.92% from 255) = 15.87%
R=17.46%
G=66.67%
B=15.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal55210500.7400.760.18118.126450.98
Hex37D2324A04C12764033
Octal673226211201142216610063
Binary110111110100101100101001010010011001001011101101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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