#37FD32

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

Shades of Lime Green #37FD32

Tints of Lime Green #37FD32

Color information

#37FD32 (or 0x37FD32) is unknown color: approx Lime Green. HEX triplet: 37, FD and 32. RGB value is (55,253,50). Sum of RGB (Red+Green+Blue) = 55+253+50=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 253 (99.22% from 255 or 70.67% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 253 - color contains mainly: green. Hex color #37FD32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FD32 is #C802CD. Grayscale: #ABABAB. Windows color (decimal): -13107918 or 3341623. OLE color: 3341623.

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

Color convert

RGB5525350-
CMYK0.7800.800.01
HSL118.52º98.07%59.41%-
HSV(B)118.52º80.24%99.22%-
XYZ37.2871.2914.81-
YUV170.6659.945.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.36%
GREEN value IS 253 (99.22% from 255) = 70.67%
BLUE value IS 50 (19.92% from 255) = 13.97%
R=15.36%
G=70.67%
B=13.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal55253500.7800.800.01118.5298.0759.41
Hex37FD324E050177623b
Octal67375621160120116714273
Binary11011111111101110010100111001010000111101111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37FD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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