#37ca32

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

Shades of Lime Green #37CA32

Tints of Lime Green #37CA32

Color information

#37CA32 (or 0x37CA32) is unknown color: approx Lime Green. HEX triplet: 37, CA and 32. RGB value is (55,202,50). Sum of RGB (Red+Green+Blue) = 55+202+50=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 202 (79.30% from 255 or 65.80% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 202 - color contains mainly: green. Hex color #37CA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CA32 is #C835CD. Grayscale: #8D8D8D. Windows color (decimal): -13120974 or 3328567. OLE color: 3328567.

HSL color Cylindrical-coordinate representation of color #37CA32: hue angle of 118.03º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37CA32 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB5520250-
CMYK0.7300.750.21
HSL118.03º60.32%49.41%-
HSV(B)118.03º75.25%79.22%-
XYZ23.2743.2810.15-
YUV140.7276.866.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 202 (79.30% from 255) = 65.80%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=17.92%
G=65.80%
B=16.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal55202500.7300.750.21118.0360.3249.41
Hex37CA324904B15763c31
Octal67312621110113251667461
Binary11011111001010110010100100101001011101011110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37ca32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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