Shades of Lime Green #27DE2D
Tints of Lime Green #27DE2D
RGB
CMYK
RGB Variations
Color information
#27DE2D (or 0x27DE2D) is known color: Lime Green. HEX triplet: 27, DE and 2D. RGB value is (39,222,45). Sum of RGB (Red+Green+Blue) = 39+222+45=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #27DE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DE2D is #D821D2. Grayscale: #939393. Windows color (decimal): -14164435 or 3005991. OLE color: 3005991.
HSL color Cylindrical-coordinate representation of color #27DE2D: hue angle of 121.97º 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 #27DE2D is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 45 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.13 |
| HSL | 121.97º | 0.73% | 0.51% | - |
| HSV(B) | 121.97º | 0.82% | 0.87% | - |
| XYZ | 27.43 | 52.86 | 11.24 | - |
| YUV | 147.11 | 70.37 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 45 | 0.82 | 0 | 0.80 | 0.13 | 121.97 | 0.73 | 0.51 |
| Hex | 27 | DE | 2D | 52 | 0 | 50 | D | 7A | 49 | 33 |
| Octal | 47 | 336 | 55 | 122 | 0 | 120 | 15 | 172 | 111 | 63 |
| Binary | 100111 | 11011110 | 101101 | 1010010 | 0 | 1010000 | 1101 | 1111010 | 1001001 | 110011 |
Color Harmonies of #27DE2D
Complementary color
Monochromatic Colors of #27DE2D
Black with #27DE2D
Text Example
Text Example
White with #27DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DE2D; }
p { color: rgb(39,222,45); }
H1.HeaderClassName
{
color: #27DE2D;
}
.AnyTagClassName
{
color: #27DE2D;
}
</style>
background-color css
<style>
a { background-color: #27DE2D; }
a { background-color: rgb(39,222,45); }
div.DivClassName
{
background-color: #27DE2D;
}
.BgClassName
{
background-color: #27DE2D;
}
</style>
border-color css
<style>
span { border-color: #27DE2D; }
span { border-color: rgb(39,222,45); }
td.TdClassName
{
border-color: #27DE2D;
}
.TagClassName
{
border-color: #27DE2D;
}
</style>