Shades of Lime Green #27DC3E
Tints of Lime Green #27DC3E
RGB
CMYK
RGB Variations
Color information
#27DC3E (or 0x27DC3E) is known color: Lime Green. HEX triplet: 27, DC and 3E. RGB value is (39,220,62). Sum of RGB (Red+Green+Blue) = 39+220+62=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 220 (86.33% from 255 or 68.54% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DC3E is #D823C1. Grayscale: #949494. Windows color (decimal): -14164930 or 4119591. OLE color: 4119591.
HSL color Cylindrical-coordinate representation of color #27DC3E: hue angle of 127.62º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DC3E is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 62 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.14 |
| HSL | 127.62º | 0.72% | 0.51% | - |
| HSV(B) | 127.62º | 0.82% | 0.86% | - |
| XYZ | 27.3 | 51.97 | 13.15 | - |
| YUV | 147.87 | 79.53 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 62 | 0.82 | 0 | 0.72 | 0.14 | 127.62 | 0.72 | 0.51 |
| Hex | 27 | DC | 3E | 52 | 0 | 48 | E | 80 | 48 | 33 |
| Octal | 47 | 334 | 76 | 122 | 0 | 110 | 16 | 200 | 110 | 63 |
| Binary | 100111 | 11011100 | 111110 | 1010010 | 0 | 1001000 | 1110 | 10000000 | 1001000 | 110011 |
Color Harmonies of #27DC3E
Complementary color
Monochromatic Colors of #27DC3E
Black with #27DC3E
Text Example
Text Example
White with #27DC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC3E; }
p { color: rgb(39,220,62); }
H1.HeaderClassName
{
color: #27DC3E;
}
.AnyTagClassName
{
color: #27DC3E;
}
</style>
background-color css
<style>
a { background-color: #27DC3E; }
a { background-color: rgb(39,220,62); }
div.DivClassName
{
background-color: #27DC3E;
}
.BgClassName
{
background-color: #27DC3E;
}
</style>
border-color css
<style>
span { border-color: #27DC3E; }
span { border-color: rgb(39,220,62); }
td.TdClassName
{
border-color: #27DC3E;
}
.TagClassName
{
border-color: #27DC3E;
}
</style>