Shades of Lime Green #32C03F
Tints of Lime Green #32C03F
RGB
CMYK
RGB Variations
Color information
#32C03F (or 0x32C03F) is known color: Lime Green. HEX triplet: 32, C0 and 3F. RGB value is (50,192,63). Sum of RGB (Red+Green+Blue) = 50+192+63=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #32C03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C03F is #CD3FC0. Grayscale: #878787. Windows color (decimal): -13451201 or 4177970. OLE color: 4177970.
HSL color Cylindrical-coordinate representation of color #32C03F: hue angle of 125.49º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C03F is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 63 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.25 |
| HSL | 125.49º | 0.59% | 0.47% | - |
| HSV(B) | 125.49º | 0.74% | 0.75% | - |
| XYZ | 21.06 | 38.74 | 11.07 | - |
| YUV | 134.84 | 87.46 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 63 | 0.74 | 0 | 0.67 | 0.25 | 125.49 | 0.59 | 0.47 |
| Hex | 32 | C0 | 3F | 4A | 0 | 43 | 19 | 7D | 3B | 2F |
| Octal | 62 | 300 | 77 | 112 | 0 | 103 | 31 | 175 | 73 | 57 |
| Binary | 110010 | 11000000 | 111111 | 1001010 | 0 | 1000011 | 11001 | 1111101 | 111011 | 101111 |
Color Harmonies of #32C03F
Complementary color
Monochromatic Colors of #32C03F
Black with #32C03F
Text Example
Text Example
White with #32C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C03F; }
p { color: rgb(50,192,63); }
H1.HeaderClassName
{
color: #32C03F;
}
.AnyTagClassName
{
color: #32C03F;
}
</style>
background-color css
<style>
a { background-color: #32C03F; }
a { background-color: rgb(50,192,63); }
div.DivClassName
{
background-color: #32C03F;
}
.BgClassName
{
background-color: #32C03F;
}
</style>
border-color css
<style>
span { border-color: #32C03F; }
span { border-color: rgb(50,192,63); }
td.TdClassName
{
border-color: #32C03F;
}
.TagClassName
{
border-color: #32C03F;
}
</style>