Shades of Lime Green #32BC26
Tints of Lime Green #32BC26
RGB
CMYK
RGB Variations
Color information
#32BC26 (or 0x32BC26) is known color: Lime Green. HEX triplet: 32, BC and 26. RGB value is (50,188,38). Sum of RGB (Red+Green+Blue) = 50+188+38=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC26 is #CD43D9. Grayscale: #828282. Windows color (decimal): -13452250 or 2538546. OLE color: 2538546.
HSL color Cylindrical-coordinate representation of color #32BC26: hue angle of 115.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32BC26 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 38 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.26 |
| HSL | 115.2º | 0.66% | 0.44% | - |
| HSV(B) | 115.2º | 0.8% | 0.74% | - |
| XYZ | 19.65 | 36.78 | 7.9 | - |
| YUV | 129.64 | 76.28 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 38 | 0.73 | 0 | 0.80 | 0.26 | 115.2 | 0.66 | 0.44 |
| Hex | 32 | BC | 26 | 49 | 0 | 50 | 1A | 73 | 42 | 2C |
| Octal | 62 | 274 | 46 | 111 | 0 | 120 | 32 | 163 | 102 | 54 |
| Binary | 110010 | 10111100 | 100110 | 1001001 | 0 | 1010000 | 11010 | 1110011 | 1000010 | 101100 |
Color Harmonies of #32BC26
Complementary color
Monochromatic Colors of #32BC26
Black with #32BC26
Text Example
Text Example
White with #32BC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC26; }
p { color: rgb(50,188,38); }
H1.HeaderClassName
{
color: #32BC26;
}
.AnyTagClassName
{
color: #32BC26;
}
</style>
background-color css
<style>
a { background-color: #32BC26; }
a { background-color: rgb(50,188,38); }
div.DivClassName
{
background-color: #32BC26;
}
.BgClassName
{
background-color: #32BC26;
}
</style>
border-color css
<style>
span { border-color: #32BC26; }
span { border-color: rgb(50,188,38); }
td.TdClassName
{
border-color: #32BC26;
}
.TagClassName
{
border-color: #32BC26;
}
</style>