Shades of Lime Green #27D915
Tints of Lime Green #27D915
RGB
CMYK
RGB Variations
Color information
#27D915 (or 0x27D915) is known color: Lime Green. HEX triplet: 27, D9 and 15. RGB value is (39,217,21). Sum of RGB (Red+Green+Blue) = 39+217+21=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 217 (85.16% from 255 or 78.34% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 217 - color contains mainly: green. Hex color #27D915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D915 is #D826EA. Grayscale: #8E8E8E. Windows color (decimal): -14165739 or 1431847. OLE color: 1431847.
HSL color Cylindrical-coordinate representation of color #27D915: hue angle of 114.49º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27D915 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 217 | 21 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.15 |
| HSL | 114.49º | 0.82% | 0.47% | - |
| HSV(B) | 114.49º | 0.9% | 0.85% | - |
| XYZ | 25.78 | 50.11 | 9.02 | - |
| YUV | 141.43 | 60.03 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 217 | 21 | 0.82 | 0 | 0.90 | 0.15 | 114.49 | 0.82 | 0.47 |
| Hex | 27 | D9 | 15 | 52 | 0 | 5A | F | 72 | 52 | 2F |
| Octal | 47 | 331 | 25 | 122 | 0 | 132 | 17 | 162 | 122 | 57 |
| Binary | 100111 | 11011001 | 10101 | 1010010 | 0 | 1011010 | 1111 | 1110010 | 1010010 | 101111 |
Color Harmonies of #27D915
Complementary color
Monochromatic Colors of #27D915
Black with #27D915
Text Example
Text Example
White with #27D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D915; }
p { color: rgb(39,217,21); }
H1.HeaderClassName
{
color: #27D915;
}
.AnyTagClassName
{
color: #27D915;
}
</style>
background-color css
<style>
a { background-color: #27D915; }
a { background-color: rgb(39,217,21); }
div.DivClassName
{
background-color: #27D915;
}
.BgClassName
{
background-color: #27D915;
}
</style>
border-color css
<style>
span { border-color: #27D915; }
span { border-color: rgb(39,217,21); }
td.TdClassName
{
border-color: #27D915;
}
.TagClassName
{
border-color: #27D915;
}
</style>