#32FF41

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

Shades of Lime Green #32FF41

Tints of Lime Green #32FF41

Color information

#32FF41 (or 0x32FF41) is unknown color: approx Lime Green. HEX triplet: 32, FF and 41. RGB value is (50,255,65). Sum of RGB (Red+Green+Blue) = 50+255+65=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 255 (100% from 255 or 68.92% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FF41 is #CD00BE. Grayscale: #ACACAC. Windows color (decimal): -13435071 or 4325170. OLE color: 4325170.

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

Color convert

RGB5025565-
CMYK0.8000.750
HSL124.39º100%59.8%-
HSV(B)124.39º80.39%100%-
XYZ38.0372.5817.01-
YUV172.0467.5840.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.51%
GREEN value IS 255 (100% from 255) = 68.92%
BLUE value IS 65 (25.78% from 255) = 17.57%
R=13.51%
G=68.92%
B=17.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal50255650.8000.750124.3910059.8
Hex32FF415004B07c643c
Octal623771011200113017414474
Binary110010111111111000001101000001001011011111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32FF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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