Shades of Lime Green #32CC26
Tints of Lime Green #32CC26
RGB
CMYK
RGB Variations
Color information
#32CC26 (or 0x32CC26) is known color: Lime Green. HEX triplet: 32, CC and 26. RGB value is (50,204,38). Sum of RGB (Red+Green+Blue) = 50+204+38=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 204 (80.08% from 255 or 69.86% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC26 is #CD33D9. Grayscale: #8B8B8B. Windows color (decimal): -13448154 or 2542642. OLE color: 2542642.
HSL color Cylindrical-coordinate representation of color #32CC26: hue angle of 115.66º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32CC26 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 38 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.2 |
| HSL | 115.66º | 0.69% | 0.47% | - |
| HSV(B) | 115.66º | 0.81% | 0.8% | - |
| XYZ | 23.26 | 44 | 9.1 | - |
| YUV | 139.03 | 70.98 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 38 | 0.75 | 0 | 0.81 | 0.2 | 115.66 | 0.69 | 0.47 |
| Hex | 32 | CC | 26 | 4B | 0 | 51 | 14 | 74 | 45 | 2F |
| Octal | 62 | 314 | 46 | 113 | 0 | 121 | 24 | 164 | 105 | 57 |
| Binary | 110010 | 11001100 | 100110 | 1001011 | 0 | 1010001 | 10100 | 1110100 | 1000101 | 101111 |
Color Harmonies of #32CC26
Complementary color
Monochromatic Colors of #32CC26
Black with #32CC26
Text Example
Text Example
White with #32CC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC26; }
p { color: rgb(50,204,38); }
H1.HeaderClassName
{
color: #32CC26;
}
.AnyTagClassName
{
color: #32CC26;
}
</style>
background-color css
<style>
a { background-color: #32CC26; }
a { background-color: rgb(50,204,38); }
div.DivClassName
{
background-color: #32CC26;
}
.BgClassName
{
background-color: #32CC26;
}
</style>
border-color css
<style>
span { border-color: #32CC26; }
span { border-color: rgb(50,204,38); }
td.TdClassName
{
border-color: #32CC26;
}
.TagClassName
{
border-color: #32CC26;
}
</style>