Shades of Lime Green #27DE2C
Tints of Lime Green #27DE2C
RGB
CMYK
RGB Variations
Color information
#27DE2C (or 0x27DE2C) is known color: Lime Green. HEX triplet: 27, DE and 2C. RGB value is (39,222,44). Sum of RGB (Red+Green+Blue) = 39+222+44=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 222 (87.11% from 255 or 72.79% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 222 - color contains mainly: green. Hex color #27DE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DE2C is #D821D3. Grayscale: #939393. Windows color (decimal): -14164436 or 2940455. OLE color: 2940455.
HSL color Cylindrical-coordinate representation of color #27DE2C: hue angle of 121.64º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DE2C is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 44 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.13 |
| HSL | 121.64º | 0.73% | 0.51% | - |
| HSV(B) | 121.64º | 0.82% | 0.87% | - |
| XYZ | 27.41 | 52.86 | 11.14 | - |
| YUV | 146.99 | 69.87 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 44 | 0.82 | 0 | 0.80 | 0.13 | 121.64 | 0.73 | 0.51 |
| Hex | 27 | DE | 2C | 52 | 0 | 50 | D | 7A | 49 | 33 |
| Octal | 47 | 336 | 54 | 122 | 0 | 120 | 15 | 172 | 111 | 63 |
| Binary | 100111 | 11011110 | 101100 | 1010010 | 0 | 1010000 | 1101 | 1111010 | 1001001 | 110011 |
Color Harmonies of #27DE2C
Complementary color
Monochromatic Colors of #27DE2C
Black with #27DE2C
Text Example
Text Example
White with #27DE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DE2C; }
p { color: rgb(39,222,44); }
H1.HeaderClassName
{
color: #27DE2C;
}
.AnyTagClassName
{
color: #27DE2C;
}
</style>
background-color css
<style>
a { background-color: #27DE2C; }
a { background-color: rgb(39,222,44); }
div.DivClassName
{
background-color: #27DE2C;
}
.BgClassName
{
background-color: #27DE2C;
}
</style>
border-color css
<style>
span { border-color: #27DE2C; }
span { border-color: rgb(39,222,44); }
td.TdClassName
{
border-color: #27DE2C;
}
.TagClassName
{
border-color: #27DE2C;
}
</style>