Shades of Lime Green #27CF16
Tints of Lime Green #27CF16
RGB
CMYK
RGB Variations
Color information
#27CF16 (or 0x27CF16) is known color: Lime Green. HEX triplet: 27, CF and 16. RGB value is (39,207,22). Sum of RGB (Red+Green+Blue) = 39+207+22=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 207 (81.25% from 255 or 77.24% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 207 - color contains mainly: green. Hex color #27CF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27CF16 is #D830E9. Grayscale: #888888. Windows color (decimal): -14168298 or 1494823. OLE color: 1494823.
HSL color Cylindrical-coordinate representation of color #27CF16: hue angle of 114.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27CF16 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 207 | 22 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.19 |
| HSL | 114.49º | 0.81% | 0.45% | - |
| HSV(B) | 114.49º | 0.89% | 0.81% | - |
| XYZ | 23.29 | 45.11 | 8.24 | - |
| YUV | 135.68 | 63.84 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 22 | 0.81 | 0 | 0.89 | 0.19 | 114.49 | 0.81 | 0.45 |
| Hex | 27 | CF | 16 | 51 | 0 | 59 | 13 | 72 | 51 | 2D |
| Octal | 47 | 317 | 26 | 121 | 0 | 131 | 23 | 162 | 121 | 55 |
| Binary | 100111 | 11001111 | 10110 | 1010001 | 0 | 1011001 | 10011 | 1110010 | 1010001 | 101101 |
Color Harmonies of #27CF16
Complementary color
Monochromatic Colors of #27CF16
Black with #27CF16
Text Example
Text Example
White with #27CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CF16; }
p { color: rgb(39,207,22); }
H1.HeaderClassName
{
color: #27CF16;
}
.AnyTagClassName
{
color: #27CF16;
}
</style>
background-color css
<style>
a { background-color: #27CF16; }
a { background-color: rgb(39,207,22); }
div.DivClassName
{
background-color: #27CF16;
}
.BgClassName
{
background-color: #27CF16;
}
</style>
border-color css
<style>
span { border-color: #27CF16; }
span { border-color: rgb(39,207,22); }
td.TdClassName
{
border-color: #27CF16;
}
.TagClassName
{
border-color: #27CF16;
}
</style>