Shades of Lime Green #27DF10
Tints of Lime Green #27DF10
RGB
CMYK
RGB Variations
Color information
#27DF10 (or 0x27DF10) is known color: Lime Green. HEX triplet: 27, DF and 10. RGB value is (39,223,16). Sum of RGB (Red+Green+Blue) = 39+223+16=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 223 (87.5% from 255 or 80.22% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 223 - color contains mainly: green. Hex color #27DF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DF10 is #D820EF. Grayscale: #919191. Windows color (decimal): -14164208 or 1105703. OLE color: 1105703.
HSL color Cylindrical-coordinate representation of color #27DF10: hue angle of 113.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27DF10 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 223 | 16 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.13 |
| HSL | 113.33º | 0.87% | 0.47% | - |
| HSV(B) | 113.33º | 0.93% | 0.87% | - |
| XYZ | 27.32 | 53.24 | 9.33 | - |
| YUV | 144.39 | 55.54 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 16 | 0.83 | 0 | 0.93 | 0.13 | 113.33 | 0.87 | 0.47 |
| Hex | 27 | DF | 10 | 53 | 0 | 5D | D | 71 | 57 | 2F |
| Octal | 47 | 337 | 20 | 123 | 0 | 135 | 15 | 161 | 127 | 57 |
| Binary | 100111 | 11011111 | 10000 | 1010011 | 0 | 1011101 | 1101 | 1110001 | 1010111 | 101111 |
Color Harmonies of #27DF10
Complementary color
Monochromatic Colors of #27DF10
Black with #27DF10
Text Example
Text Example
White with #27DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DF10; }
p { color: rgb(39,223,16); }
H1.HeaderClassName
{
color: #27DF10;
}
.AnyTagClassName
{
color: #27DF10;
}
</style>
background-color css
<style>
a { background-color: #27DF10; }
a { background-color: rgb(39,223,16); }
div.DivClassName
{
background-color: #27DF10;
}
.BgClassName
{
background-color: #27DF10;
}
</style>
border-color css
<style>
span { border-color: #27DF10; }
span { border-color: rgb(39,223,16); }
td.TdClassName
{
border-color: #27DF10;
}
.TagClassName
{
border-color: #27DF10;
}
</style>