Shades of Lime Green #27DE0F
Tints of Lime Green #27DE0F
RGB
CMYK
RGB Variations
Color information
#27DE0F (or 0x27DE0F) is known color: Lime Green. HEX triplet: 27, DE and 0F. RGB value is (39,222,15). Sum of RGB (Red+Green+Blue) = 39+222+15=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 222 (87.11% from 255 or 80.43% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 222 - color contains mainly: green. Hex color #27DE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DE0F is #D821F0. Grayscale: #909090. Windows color (decimal): -14164465 or 1039911. OLE color: 1039911.
HSL color Cylindrical-coordinate representation of color #27DE0F: hue angle of 113.04º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27DE0F is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 15 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.13 |
| HSL | 113.04º | 0.87% | 0.46% | - |
| HSV(B) | 113.04º | 0.93% | 0.87% | - |
| XYZ | 27.04 | 52.71 | 9.2 | - |
| YUV | 143.69 | 55.37 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 15 | 0.82 | 0 | 0.93 | 0.13 | 113.04 | 0.87 | 0.46 |
| Hex | 27 | DE | F | 52 | 0 | 5D | D | 71 | 57 | 2E |
| Octal | 47 | 336 | 17 | 122 | 0 | 135 | 15 | 161 | 127 | 56 |
| Binary | 100111 | 11011110 | 1111 | 1010010 | 0 | 1011101 | 1101 | 1110001 | 1010111 | 101110 |
Color Harmonies of #27DE0F
Complementary color
Monochromatic Colors of #27DE0F
Black with #27DE0F
Text Example
Text Example
White with #27DE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DE0F; }
p { color: rgb(39,222,15); }
H1.HeaderClassName
{
color: #27DE0F;
}
.AnyTagClassName
{
color: #27DE0F;
}
</style>
background-color css
<style>
a { background-color: #27DE0F; }
a { background-color: rgb(39,222,15); }
div.DivClassName
{
background-color: #27DE0F;
}
.BgClassName
{
background-color: #27DE0F;
}
</style>
border-color css
<style>
span { border-color: #27DE0F; }
span { border-color: rgb(39,222,15); }
td.TdClassName
{
border-color: #27DE0F;
}
.TagClassName
{
border-color: #27DE0F;
}
</style>