Shades of Lime Green #27D90D
Tints of Lime Green #27D90D
RGB
CMYK
RGB Variations
Color information
#27D90D (or 0x27D90D) is known color: Lime Green. HEX triplet: 27, D9 and 0D. RGB value is (39,217,13). Sum of RGB (Red+Green+Blue) = 39+217+13=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 217 (85.16% from 255 or 80.67% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 217 - color contains mainly: green. Hex color #27D90D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D90D is #D826F2. Grayscale: #8D8D8D. Windows color (decimal): -14165747 or 907559. OLE color: 907559.
HSL color Cylindrical-coordinate representation of color #27D90D: hue angle of 112.35º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27D90D is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 217 | 13 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.15 |
| HSL | 112.35º | 0.89% | 0.45% | - |
| HSV(B) | 112.35º | 0.94% | 0.85% | - |
| XYZ | 25.72 | 50.09 | 8.69 | - |
| YUV | 140.52 | 56.03 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 217 | 13 | 0.82 | 0 | 0.94 | 0.15 | 112.35 | 0.89 | 0.45 |
| Hex | 27 | D9 | D | 52 | 0 | 5E | F | 70 | 59 | 2D |
| Octal | 47 | 331 | 15 | 122 | 0 | 136 | 17 | 160 | 131 | 55 |
| Binary | 100111 | 11011001 | 1101 | 1010010 | 0 | 1011110 | 1111 | 1110000 | 1011001 | 101101 |
Color Harmonies of #27D90D
Complementary color
Monochromatic Colors of #27D90D
Black with #27D90D
Text Example
Text Example
White with #27D90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D90D; }
p { color: rgb(39,217,13); }
H1.HeaderClassName
{
color: #27D90D;
}
.AnyTagClassName
{
color: #27D90D;
}
</style>
background-color css
<style>
a { background-color: #27D90D; }
a { background-color: rgb(39,217,13); }
div.DivClassName
{
background-color: #27D90D;
}
.BgClassName
{
background-color: #27D90D;
}
</style>
border-color css
<style>
span { border-color: #27D90D; }
span { border-color: rgb(39,217,13); }
td.TdClassName
{
border-color: #27D90D;
}
.TagClassName
{
border-color: #27D90D;
}
</style>