#32FD37

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

Shades of Lime Green #32FD37

Tints of Lime Green #32FD37

Color information

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

HSL color Cylindrical-coordinate representation of color #32FD37: hue angle of 121.48º 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 #32FD37 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB5025355-
CMYK0.8000.780.01
HSL121.48º98.07%59.41%-
HSV(B)121.48º80.24%99.22%-
XYZ37.1371.215.4-
YUV169.7363.2542.6-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal50253550.8000.780.01121.4898.0759.41
Hex32FD375004E179623b
Octal62375671200116117114273
Binary11001011111101110111101000001001110111110011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32FD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32FD37; }

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

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

<style>
 a { background-color: #32FD37; }

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

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

<style>
 span { border-color: #32FD37; }

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

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