#32FF42

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

Shades of Lime Green #32FF42

Tints of Lime Green #32FF42

Color information

#32FF42 (or 0x32FF42) is unknown color: approx Lime Green. HEX triplet: 32, FF and 42. RGB value is (50,255,66). Sum of RGB (Red+Green+Blue) = 50+255+66=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FF42 is #CD00BD. Grayscale: #ACACAC. Windows color (decimal): -13435070 or 4390706. OLE color: 4390706.

HSL color Cylindrical-coordinate representation of color #32FF42: hue angle of 124.68º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FF42 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB5025566-
CMYK0.8000.740
HSL124.68º100%59.8%-
HSV(B)124.68º80.39%100%-
XYZ38.0672.5917.16-
YUV172.1668.0840.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.48%
GREEN value IS 255 (100% from 255) = 68.73%
BLUE value IS 66 (26.17% from 255) = 17.79%
R=13.48%
G=68.73%
B=17.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal50255660.8000.740124.6810059.8
Hex32FF425004A07d643c
Octal623771021200112017514474
Binary110010111111111000010101000001001010011111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32FF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,255,66); }

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

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

 a { background-color: rgb(50,255,66); }

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

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

 span { border-color: rgb(50,255,66); }

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