Shades of Lime Green #27EF2D
Tints of Lime Green #27EF2D
RGB
CMYK
RGB Variations
Color information
#27EF2D (or 0x27EF2D) is known color: Lime Green. HEX triplet: 27, EF and 2D. RGB value is (39,239,45). Sum of RGB (Red+Green+Blue) = 39+239+45=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 239 (93.75% from 255 or 73.99% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 239 - color contains mainly: green. Hex color #27EF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27EF2D is #D810D2. Grayscale: #9D9D9D. Windows color (decimal): -14160083 or 3010343. OLE color: 3010343.
HSL color Cylindrical-coordinate representation of color #27EF2D: hue angle of 121.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EF2D is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 239 | 45 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.06 |
| HSL | 121.8º | 0.86% | 0.55% | - |
| HSV(B) | 121.8º | 0.84% | 0.94% | - |
| XYZ | 32.18 | 62.35 | 12.82 | - |
| YUV | 157.08 | 64.74 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 239 | 45 | 0.84 | 0 | 0.81 | 0.06 | 121.8 | 0.86 | 0.55 |
| Hex | 27 | EF | 2D | 54 | 0 | 51 | 6 | 7A | 56 | 37 |
| Octal | 47 | 357 | 55 | 124 | 0 | 121 | 6 | 172 | 126 | 67 |
| Binary | 100111 | 11101111 | 101101 | 1010100 | 0 | 1010001 | 110 | 1111010 | 1010110 | 110111 |
Color Harmonies of #27EF2D
Complementary color
Monochromatic Colors of #27EF2D
Black with #27EF2D
Text Example
Text Example
White with #27EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EF2D; }
p { color: rgb(39,239,45); }
H1.HeaderClassName
{
color: #27EF2D;
}
.AnyTagClassName
{
color: #27EF2D;
}
</style>
background-color css
<style>
a { background-color: #27EF2D; }
a { background-color: rgb(39,239,45); }
div.DivClassName
{
background-color: #27EF2D;
}
.BgClassName
{
background-color: #27EF2D;
}
</style>
border-color css
<style>
span { border-color: #27EF2D; }
span { border-color: rgb(39,239,45); }
td.TdClassName
{
border-color: #27EF2D;
}
.TagClassName
{
border-color: #27EF2D;
}
</style>