Shades of Lime Green #27D824
Tints of Lime Green #27D824
RGB
CMYK
RGB Variations
Color information
#27D824 (or 0x27D824) is known color: Lime Green. HEX triplet: 27, D8 and 24. RGB value is (39,216,36). Sum of RGB (Red+Green+Blue) = 39+216+36=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 216 (84.77% from 255 or 74.23% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 216 - color contains mainly: green. Hex color #27D824 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D824 is #D827DB. Grayscale: #8F8F8F. Windows color (decimal): -14165980 or 2414631. OLE color: 2414631.
HSL color Cylindrical-coordinate representation of color #27D824: hue angle of 119º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27D824 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 216 | 36 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.15 |
| HSL | 119º | 0.71% | 0.49% | - |
| HSV(B) | 119º | 0.83% | 0.85% | - |
| XYZ | 25.71 | 49.67 | 9.9 | - |
| YUV | 142.56 | 67.86 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 216 | 36 | 0.82 | 0 | 0.83 | 0.15 | 119 | 0.71 | 0.49 |
| Hex | 27 | D8 | 24 | 52 | 0 | 53 | F | 77 | 47 | 31 |
| Octal | 47 | 330 | 44 | 122 | 0 | 123 | 17 | 167 | 107 | 61 |
| Binary | 100111 | 11011000 | 100100 | 1010010 | 0 | 1010011 | 1111 | 1110111 | 1000111 | 110001 |
Color Harmonies of #27D824
Complementary color
Monochromatic Colors of #27D824
Black with #27D824
Text Example
Text Example
White with #27D824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D824; }
p { color: rgb(39,216,36); }
H1.HeaderClassName
{
color: #27D824;
}
.AnyTagClassName
{
color: #27D824;
}
</style>
background-color css
<style>
a { background-color: #27D824; }
a { background-color: rgb(39,216,36); }
div.DivClassName
{
background-color: #27D824;
}
.BgClassName
{
background-color: #27D824;
}
</style>
border-color css
<style>
span { border-color: #27D824; }
span { border-color: rgb(39,216,36); }
td.TdClassName
{
border-color: #27D824;
}
.TagClassName
{
border-color: #27D824;
}
</style>