Shades of Lime Green #27DA0B
Tints of Lime Green #27DA0B
RGB
CMYK
RGB Variations
Color information
#27DA0B (or 0x27DA0B) is known color: Lime Green. HEX triplet: 27, DA and 0B. RGB value is (39,218,11). Sum of RGB (Red+Green+Blue) = 39+218+11=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 218 (85.55% from 255 or 81.34% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 218 - color contains mainly: green. Hex color #27DA0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DA0B is #D825F4. Grayscale: #8D8D8D. Windows color (decimal): -14165493 or 776743. OLE color: 776743.
HSL color Cylindrical-coordinate representation of color #27DA0B: hue angle of 111.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27DA0B is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 218 | 11 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.15 |
| HSL | 111.88º | 0.9% | 0.45% | - |
| HSV(B) | 111.88º | 0.95% | 0.85% | - |
| XYZ | 25.97 | 50.6 | 8.71 | - |
| YUV | 140.88 | 54.7 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 218 | 11 | 0.82 | 0 | 0.95 | 0.15 | 111.88 | 0.9 | 0.45 |
| Hex | 27 | DA | B | 52 | 0 | 5F | F | 70 | 5A | 2D |
| Octal | 47 | 332 | 13 | 122 | 0 | 137 | 17 | 160 | 132 | 55 |
| Binary | 100111 | 11011010 | 1011 | 1010010 | 0 | 1011111 | 1111 | 1110000 | 1011010 | 101101 |
Color Harmonies of #27DA0B
Complementary color
Monochromatic Colors of #27DA0B
Black with #27DA0B
Text Example
Text Example
White with #27DA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DA0B; }
p { color: rgb(39,218,11); }
H1.HeaderClassName
{
color: #27DA0B;
}
.AnyTagClassName
{
color: #27DA0B;
}
</style>
background-color css
<style>
a { background-color: #27DA0B; }
a { background-color: rgb(39,218,11); }
div.DivClassName
{
background-color: #27DA0B;
}
.BgClassName
{
background-color: #27DA0B;
}
</style>
border-color css
<style>
span { border-color: #27DA0B; }
span { border-color: rgb(39,218,11); }
td.TdClassName
{
border-color: #27DA0B;
}
.TagClassName
{
border-color: #27DA0B;
}
</style>