Shades of Lime Green #27DF3E
Tints of Lime Green #27DF3E
RGB
CMYK
RGB Variations
Color information
#27DF3E (or 0x27DF3E) is known color: Lime Green. HEX triplet: 27, DF and 3E. RGB value is (39,223,62). Sum of RGB (Red+Green+Blue) = 39+223+62=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 223 (87.5% from 255 or 68.83% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 223 - color contains mainly: green. Hex color #27DF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DF3E is #D820C1. Grayscale: #969696. Windows color (decimal): -14164162 or 4120359. OLE color: 4120359.
HSL color Cylindrical-coordinate representation of color #27DF3E: hue angle of 127.5º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DF3E is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 223 | 62 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.13 |
| HSL | 127.5º | 0.74% | 0.51% | - |
| HSV(B) | 127.5º | 0.83% | 0.87% | - |
| XYZ | 28.09 | 53.55 | 13.41 | - |
| YUV | 149.63 | 78.54 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 62 | 0.83 | 0 | 0.72 | 0.13 | 127.5 | 0.74 | 0.51 |
| Hex | 27 | DF | 3E | 53 | 0 | 48 | D | 80 | 4A | 33 |
| Octal | 47 | 337 | 76 | 123 | 0 | 110 | 15 | 200 | 112 | 63 |
| Binary | 100111 | 11011111 | 111110 | 1010011 | 0 | 1001000 | 1101 | 10000000 | 1001010 | 110011 |
Color Harmonies of #27DF3E
Complementary color
Monochromatic Colors of #27DF3E
Black with #27DF3E
Text Example
Text Example
White with #27DF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DF3E; }
p { color: rgb(39,223,62); }
H1.HeaderClassName
{
color: #27DF3E;
}
.AnyTagClassName
{
color: #27DF3E;
}
</style>
background-color css
<style>
a { background-color: #27DF3E; }
a { background-color: rgb(39,223,62); }
div.DivClassName
{
background-color: #27DF3E;
}
.BgClassName
{
background-color: #27DF3E;
}
</style>
border-color css
<style>
span { border-color: #27DF3E; }
span { border-color: rgb(39,223,62); }
td.TdClassName
{
border-color: #27DF3E;
}
.TagClassName
{
border-color: #27DF3E;
}
</style>