Shades of Lime Green #27D827
Tints of Lime Green #27D827
RGB
CMYK
RGB Variations
Color information
#27D827 (or 0x27D827) is known color: Lime Green. HEX triplet: 27, D8 and 27. RGB value is (39,216,39). Sum of RGB (Red+Green+Blue) = 39+216+39=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 216 (84.77% from 255 or 73.47% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 216 - color contains mainly: green. Hex color #27D827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D827 is #D827D8. Grayscale: #8F8F8F. Windows color (decimal): -14165977 or 2611239. OLE color: 2611239.
HSL color Cylindrical-coordinate representation of color #27D827: hue angle of 120º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D827 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 216 | 39 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.15 |
| HSL | 120º | 0.69% | 0.5% | - |
| HSV(B) | 120º | 0.82% | 0.85% | - |
| XYZ | 25.76 | 49.69 | 10.15 | - |
| YUV | 142.9 | 69.36 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 216 | 39 | 0.82 | 0 | 0.82 | 0.15 | 120 | 0.69 | 0.5 |
| Hex | 27 | D8 | 27 | 52 | 0 | 52 | F | 78 | 45 | 32 |
| Octal | 47 | 330 | 47 | 122 | 0 | 122 | 17 | 170 | 105 | 62 |
| Binary | 100111 | 11011000 | 100111 | 1010010 | 0 | 1010010 | 1111 | 1111000 | 1000101 | 110010 |
Color Harmonies of #27D827
Complementary color
Monochromatic Colors of #27D827
Black with #27D827
Text Example
Text Example
White with #27D827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D827; }
p { color: rgb(39,216,39); }
H1.HeaderClassName
{
color: #27D827;
}
.AnyTagClassName
{
color: #27D827;
}
</style>
background-color css
<style>
a { background-color: #27D827; }
a { background-color: rgb(39,216,39); }
div.DivClassName
{
background-color: #27D827;
}
.BgClassName
{
background-color: #27D827;
}
</style>
border-color css
<style>
span { border-color: #27D827; }
span { border-color: rgb(39,216,39); }
td.TdClassName
{
border-color: #27D827;
}
.TagClassName
{
border-color: #27D827;
}
</style>