Shades of Lime Green #27CE46
Tints of Lime Green #27CE46
RGB
CMYK
RGB Variations
Color information
#27CE46 (or 0x27CE46) is known color: Lime Green. HEX triplet: 27, CE and 46. RGB value is (39,206,70). Sum of RGB (Red+Green+Blue) = 39+206+70=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 206 (80.86% from 255 or 65.40% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 206 - color contains mainly: green. Hex color #27CE46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CE46 is #D831B9. Grayscale: #8C8C8C. Windows color (decimal): -14168506 or 4640295. OLE color: 4640295.
HSL color Cylindrical-coordinate representation of color #27CE46: hue angle of 131.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CE46 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 206 | 70 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.19 |
| HSL | 131.14º | 0.68% | 0.48% | - |
| HSV(B) | 131.14º | 0.81% | 0.81% | - |
| XYZ | 24.01 | 45.02 | 13.22 | - |
| YUV | 140.56 | 88.17 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 206 | 70 | 0.81 | 0 | 0.66 | 0.19 | 131.14 | 0.68 | 0.48 |
| Hex | 27 | CE | 46 | 51 | 0 | 42 | 13 | 83 | 44 | 30 |
| Octal | 47 | 316 | 106 | 121 | 0 | 102 | 23 | 203 | 104 | 60 |
| Binary | 100111 | 11001110 | 1000110 | 1010001 | 0 | 1000010 | 10011 | 10000011 | 1000100 | 110000 |
Color Harmonies of #27CE46
Complementary color
Monochromatic Colors of #27CE46
Black with #27CE46
Text Example
Text Example
White with #27CE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CE46; }
p { color: rgb(39,206,70); }
H1.HeaderClassName
{
color: #27CE46;
}
.AnyTagClassName
{
color: #27CE46;
}
</style>
background-color css
<style>
a { background-color: #27CE46; }
a { background-color: rgb(39,206,70); }
div.DivClassName
{
background-color: #27CE46;
}
.BgClassName
{
background-color: #27CE46;
}
</style>
border-color css
<style>
span { border-color: #27CE46; }
span { border-color: rgb(39,206,70); }
td.TdClassName
{
border-color: #27CE46;
}
.TagClassName
{
border-color: #27CE46;
}
</style>