#37F932

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

Shades of Lime Green #37F932

Tints of Lime Green #37F932

Color information

#37F932 (or 0x37F932) is unknown color: approx Lime Green. HEX triplet: 37, F9 and 32. RGB value is (55,249,50). Sum of RGB (Red+Green+Blue) = 55+249+50=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 249 (97.66% from 255 or 70.34% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 249 - color contains mainly: green. Hex color #37F932 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F932 is #C806CD. Grayscale: #A8A8A8. Windows color (decimal): -13108942 or 3340599. OLE color: 3340599.

HSL color Cylindrical-coordinate representation of color #37F932: hue angle of 118.49º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37F932 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB5524950-
CMYK0.7800.800.02
HSL118.49º94.31%58.63%-
HSV(B)118.49º79.92%97.65%-
XYZ36.0368.7914.4-
YUV168.3161.2347.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.54%
GREEN value IS 249 (97.66% from 255) = 70.34%
BLUE value IS 50 (19.92% from 255) = 14.12%
R=15.54%
G=70.34%
B=14.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal55249500.7800.800.02118.4994.3158.63
Hex37F9324E0502765e3b
Octal67371621160120216613673
Binary110111111110011100101001110010100001011101101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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