Shades of Lime Green #32DB27
Tints of Lime Green #32DB27
RGB
CMYK
RGB Variations
Color information
#32DB27 (or 0x32DB27) is known color: Lime Green. HEX triplet: 32, DB and 27. RGB value is (50,219,39). Sum of RGB (Red+Green+Blue) = 50+219+39=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 219 (85.94% from 255 or 71.10% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 219 - color contains mainly: green. Hex color #32DB27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DB27 is #CD24D8. Grayscale: #949494. Windows color (decimal): -13444313 or 2612018. OLE color: 2612018.
HSL color Cylindrical-coordinate representation of color #32DB27: hue angle of 116.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32DB27 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 39 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.14 |
| HSL | 116.33º | 0.71% | 0.51% | - |
| HSV(B) | 116.33º | 0.82% | 0.86% | - |
| XYZ | 27.01 | 51.49 | 10.43 | - |
| YUV | 147.95 | 66.51 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 39 | 0.77 | 0 | 0.82 | 0.14 | 116.33 | 0.71 | 0.51 |
| Hex | 32 | DB | 27 | 4D | 0 | 52 | E | 74 | 47 | 33 |
| Octal | 62 | 333 | 47 | 115 | 0 | 122 | 16 | 164 | 107 | 63 |
| Binary | 110010 | 11011011 | 100111 | 1001101 | 0 | 1010010 | 1110 | 1110100 | 1000111 | 110011 |
Color Harmonies of #32DB27
Complementary color
Monochromatic Colors of #32DB27
Black with #32DB27
Text Example
Text Example
White with #32DB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DB27; }
p { color: rgb(50,219,39); }
H1.HeaderClassName
{
color: #32DB27;
}
.AnyTagClassName
{
color: #32DB27;
}
</style>
background-color css
<style>
a { background-color: #32DB27; }
a { background-color: rgb(50,219,39); }
div.DivClassName
{
background-color: #32DB27;
}
.BgClassName
{
background-color: #32DB27;
}
</style>
border-color css
<style>
span { border-color: #32DB27; }
span { border-color: rgb(50,219,39); }
td.TdClassName
{
border-color: #32DB27;
}
.TagClassName
{
border-color: #32DB27;
}
</style>