Shades of Lime Green #27D314
Tints of Lime Green #27D314
RGB
CMYK
RGB Variations
Color information
#27D314 (or 0x27D314) is known color: Lime Green. HEX triplet: 27, D3 and 14. RGB value is (39,211,20). Sum of RGB (Red+Green+Blue) = 39+211+20=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 211 (82.81% from 255 or 78.15% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 211 - color contains mainly: green. Hex color #27D314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D314 is #D82CEB. Grayscale: #8A8A8A. Windows color (decimal): -14167276 or 1364775. OLE color: 1364775.
HSL color Cylindrical-coordinate representation of color #27D314: hue angle of 114.03º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27D314 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 211 | 20 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.17 |
| HSL | 114.03º | 0.83% | 0.45% | - |
| HSV(B) | 114.03º | 0.91% | 0.83% | - |
| XYZ | 24.26 | 47.07 | 8.47 | - |
| YUV | 137.8 | 61.52 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 211 | 20 | 0.82 | 0 | 0.91 | 0.17 | 114.03 | 0.83 | 0.45 |
| Hex | 27 | D3 | 14 | 52 | 0 | 5B | 11 | 72 | 53 | 2D |
| Octal | 47 | 323 | 24 | 122 | 0 | 133 | 21 | 162 | 123 | 55 |
| Binary | 100111 | 11010011 | 10100 | 1010010 | 0 | 1011011 | 10001 | 1110010 | 1010011 | 101101 |
Color Harmonies of #27D314
Complementary color
Monochromatic Colors of #27D314
Black with #27D314
Text Example
Text Example
White with #27D314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D314; }
p { color: rgb(39,211,20); }
H1.HeaderClassName
{
color: #27D314;
}
.AnyTagClassName
{
color: #27D314;
}
</style>
background-color css
<style>
a { background-color: #27D314; }
a { background-color: rgb(39,211,20); }
div.DivClassName
{
background-color: #27D314;
}
.BgClassName
{
background-color: #27D314;
}
</style>
border-color css
<style>
span { border-color: #27D314; }
span { border-color: rgb(39,211,20); }
td.TdClassName
{
border-color: #27D314;
}
.TagClassName
{
border-color: #27D314;
}
</style>