Shades of Lime Green #27D205
Tints of Lime Green #27D205
RGB
CMYK
RGB Variations
Color information
#27D205 (or 0x27D205) is known color: Lime Green. HEX triplet: 27, D2 and 05. RGB value is (39,210,5). Sum of RGB (Red+Green+Blue) = 39+210+5=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 210 (82.42% from 255 or 82.68% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 210 - color contains mainly: green. Hex color #27D205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D205 is #D82DFA. Grayscale: #888888. Windows color (decimal): -14167547 or 381479. OLE color: 381479.
HSL color Cylindrical-coordinate representation of color #27D205: hue angle of 110.05º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27D205 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 210 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.18 |
| HSL | 110.05º | 0.95% | 0.42% | - |
| HSV(B) | 110.05º | 0.98% | 0.82% | - |
| XYZ | 23.91 | 46.54 | 7.87 | - |
| YUV | 135.5 | 54.35 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 210 | 5 | 0.81 | 0 | 0.98 | 0.18 | 110.05 | 0.95 | 0.42 |
| Hex | 27 | D2 | 5 | 51 | 0 | 62 | 12 | 6E | 5F | 2A |
| Octal | 47 | 322 | 5 | 121 | 0 | 142 | 22 | 156 | 137 | 52 |
| Binary | 100111 | 11010010 | 101 | 1010001 | 0 | 1100010 | 10010 | 1101110 | 1011111 | 101010 |
Color Harmonies of #27D205
Complementary color
Monochromatic Colors of #27D205
Black with #27D205
Text Example
Text Example
White with #27D205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D205; }
p { color: rgb(39,210,5); }
H1.HeaderClassName
{
color: #27D205;
}
.AnyTagClassName
{
color: #27D205;
}
</style>
background-color css
<style>
a { background-color: #27D205; }
a { background-color: rgb(39,210,5); }
div.DivClassName
{
background-color: #27D205;
}
.BgClassName
{
background-color: #27D205;
}
</style>
border-color css
<style>
span { border-color: #27D205; }
span { border-color: rgb(39,210,5); }
td.TdClassName
{
border-color: #27D205;
}
.TagClassName
{
border-color: #27D205;
}
</style>