#32CF39

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

Shades of Lime Green #32CF39

Tints of Lime Green #32CF39

Color information

#32CF39 (or 0x32CF39) is unknown color: approx Lime Green. HEX triplet: 32, CF and 39. RGB value is (50,207,57). Sum of RGB (Red+Green+Blue) = 50+207+57=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 207 (81.25% from 255 or 65.92% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CF39 is #CD30C6. Grayscale: #8F8F8F. Windows color (decimal): -13447367 or 3788594. OLE color: 3788594.

HSL color Cylindrical-coordinate representation of color #32CF39: hue angle of 122.68º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CF39 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB5020757-
CMYK0.7600.720.19
HSL122.68º62.06%50.39%-
HSV(B)122.68º75.85%81.18%-
XYZ24.3745.611.39-
YUV142.9679.4961.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 207 (81.25% from 255) = 65.92%
BLUE value IS 57 (22.66% from 255) = 18.15%
R=15.92%
G=65.92%
B=18.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal50207570.7600.720.19122.6862.0650.39
Hex32CF394C048137b3e32
Octal62317711140110231737662
Binary11001011001111111001100110001001000100111111011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,207,57); }

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

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

 a { background-color: rgb(50,207,57); }

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

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

 span { border-color: rgb(50,207,57); }

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