#32CF38

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

Shades of Lime Green #32CF38

Tints of Lime Green #32CF38

Color information

#32CF38 (or 0x32CF38) is unknown color: approx Lime Green. HEX triplet: 32, CF and 38. RGB value is (50,207,56). Sum of RGB (Red+Green+Blue) = 50+207+56=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 207 (81.25% from 255 or 66.13% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CF38 is #CD30C7. Grayscale: #8F8F8F. Windows color (decimal): -13447368 or 3723058. OLE color: 3723058.

HSL color Cylindrical-coordinate representation of color #32CF38: hue angle of 122.29º 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 #32CF38 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB5020756-
CMYK0.7600.730.19
HSL122.29º62.06%50.39%-
HSV(B)122.29º75.85%81.18%-
XYZ24.3445.5911.26-
YUV142.8478.9961.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.97%
GREEN value IS 207 (81.25% from 255) = 66.13%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=15.97%
G=66.13%
B=17.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal50207560.7600.730.19122.2962.0650.39
Hex32CF384C049137a3e32
Octal62317701140111231727662
Binary11001011001111111000100110001001001100111111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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