Shades of Lime Green #27DB32
Tints of Lime Green #27DB32
RGB
CMYK
RGB Variations
Color information
#27DB32 (or 0x27DB32) is known color: Lime Green. HEX triplet: 27, DB and 32. RGB value is (39,219,50). Sum of RGB (Red+Green+Blue) = 39+219+50=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 219 (85.94% from 255 or 71.10% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 219 - color contains mainly: green. Hex color #27DB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DB32 is #D824CD. Grayscale: #929292. Windows color (decimal): -14165198 or 3332903. OLE color: 3332903.
HSL color Cylindrical-coordinate representation of color #27DB32: hue angle of 123.67º 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 #27DB32 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 219 | 50 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.14 |
| HSL | 123.67º | 0.71% | 0.51% | - |
| HSV(B) | 123.67º | 0.82% | 0.86% | - |
| XYZ | 26.74 | 51.32 | 11.51 | - |
| YUV | 145.91 | 73.87 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 50 | 0.82 | 0 | 0.77 | 0.14 | 123.67 | 0.71 | 0.51 |
| Hex | 27 | DB | 32 | 52 | 0 | 4D | E | 7C | 47 | 33 |
| Octal | 47 | 333 | 62 | 122 | 0 | 115 | 16 | 174 | 107 | 63 |
| Binary | 100111 | 11011011 | 110010 | 1010010 | 0 | 1001101 | 1110 | 1111100 | 1000111 | 110011 |
Color Harmonies of #27DB32
Complementary color
Monochromatic Colors of #27DB32
Black with #27DB32
Text Example
Text Example
White with #27DB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DB32; }
p { color: rgb(39,219,50); }
H1.HeaderClassName
{
color: #27DB32;
}
.AnyTagClassName
{
color: #27DB32;
}
</style>
background-color css
<style>
a { background-color: #27DB32; }
a { background-color: rgb(39,219,50); }
div.DivClassName
{
background-color: #27DB32;
}
.BgClassName
{
background-color: #27DB32;
}
</style>
border-color css
<style>
span { border-color: #27DB32; }
span { border-color: rgb(39,219,50); }
td.TdClassName
{
border-color: #27DB32;
}
.TagClassName
{
border-color: #27DB32;
}
</style>