Shades of Lime Green #32CD26
Tints of Lime Green #32CD26
RGB
CMYK
RGB Variations
Color information
#32CD26 (or 0x32CD26) is known color: Lime Green. HEX triplet: 32, CD and 26. RGB value is (50,205,38). Sum of RGB (Red+Green+Blue) = 50+205+38=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 205 (80.47% from 255 or 69.97% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CD26 is #CD32D9. Grayscale: #8C8C8C. Windows color (decimal): -13447898 or 2542898. OLE color: 2542898.
HSL color Cylindrical-coordinate representation of color #32CD26: hue angle of 115.69º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32CD26 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 38 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.20 |
| HSL | 115.69º | 0.69% | 0.48% | - |
| HSV(B) | 115.69º | 0.81% | 0.8% | - |
| XYZ | 23.5 | 44.48 | 9.18 | - |
| YUV | 139.62 | 70.65 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 38 | 0.76 | 0 | 0.81 | 0.20 | 115.69 | 0.69 | 0.48 |
| Hex | 32 | CD | 26 | 4C | 0 | 51 | 14 | 74 | 45 | 30 |
| Octal | 62 | 315 | 46 | 114 | 0 | 121 | 24 | 164 | 105 | 60 |
| Binary | 110010 | 11001101 | 100110 | 1001100 | 0 | 1010001 | 10100 | 1110100 | 1000101 | 110000 |
Color Harmonies of #32CD26
Complementary color
Monochromatic Colors of #32CD26
Black with #32CD26
Text Example
Text Example
White with #32CD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD26; }
p { color: rgb(50,205,38); }
H1.HeaderClassName
{
color: #32CD26;
}
.AnyTagClassName
{
color: #32CD26;
}
</style>
background-color css
<style>
a { background-color: #32CD26; }
a { background-color: rgb(50,205,38); }
div.DivClassName
{
background-color: #32CD26;
}
.BgClassName
{
background-color: #32CD26;
}
</style>
border-color css
<style>
span { border-color: #32CD26; }
span { border-color: rgb(50,205,38); }
td.TdClassName
{
border-color: #32CD26;
}
.TagClassName
{
border-color: #32CD26;
}
</style>