Shades of Lime Green #27DA2D
Tints of Lime Green #27DA2D
RGB
CMYK
RGB Variations
Color information
#27DA2D (or 0x27DA2D) is known color: Lime Green. HEX triplet: 27, DA and 2D. RGB value is (39,218,45). Sum of RGB (Red+Green+Blue) = 39+218+45=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 218 (85.55% from 255 or 72.19% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 218 - color contains mainly: green. Hex color #27DA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DA2D is #D825D2. Grayscale: #919191. Windows color (decimal): -14165459 or 3004967. OLE color: 3004967.
HSL color Cylindrical-coordinate representation of color #27DA2D: hue angle of 122.01º degrees, saturation: 0.71, 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 #27DA2D is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 218 | 45 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.15 |
| HSL | 122.01º | 0.71% | 0.5% | - |
| HSV(B) | 122.01º | 0.82% | 0.85% | - |
| XYZ | 26.38 | 50.76 | 10.89 | - |
| YUV | 144.76 | 71.7 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 218 | 45 | 0.82 | 0 | 0.79 | 0.15 | 122.01 | 0.71 | 0.5 |
| Hex | 27 | DA | 2D | 52 | 0 | 4F | F | 7A | 47 | 32 |
| Octal | 47 | 332 | 55 | 122 | 0 | 117 | 17 | 172 | 107 | 62 |
| Binary | 100111 | 11011010 | 101101 | 1010010 | 0 | 1001111 | 1111 | 1111010 | 1000111 | 110010 |
Color Harmonies of #27DA2D
Complementary color
Monochromatic Colors of #27DA2D
Black with #27DA2D
Text Example
Text Example
White with #27DA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DA2D; }
p { color: rgb(39,218,45); }
H1.HeaderClassName
{
color: #27DA2D;
}
.AnyTagClassName
{
color: #27DA2D;
}
</style>
background-color css
<style>
a { background-color: #27DA2D; }
a { background-color: rgb(39,218,45); }
div.DivClassName
{
background-color: #27DA2D;
}
.BgClassName
{
background-color: #27DA2D;
}
</style>
border-color css
<style>
span { border-color: #27DA2D; }
span { border-color: rgb(39,218,45); }
td.TdClassName
{
border-color: #27DA2D;
}
.TagClassName
{
border-color: #27DA2D;
}
</style>