Shades of Lime Green #27E02D
Tints of Lime Green #27E02D
RGB
CMYK
RGB Variations
Color information
#27E02D (or 0x27E02D) is known color: Lime Green. HEX triplet: 27, E0 and 2D. RGB value is (39,224,45). Sum of RGB (Red+Green+Blue) = 39+224+45=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 224 (87.89% from 255 or 72.73% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 224 - color contains mainly: green. Hex color #27E02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27E02D is #D81FD2. Grayscale: #949494. Windows color (decimal): -14163923 or 3006503. OLE color: 3006503.
HSL color Cylindrical-coordinate representation of color #27E02D: hue angle of 121.95º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E02D is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 224 | 45 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.12 |
| HSL | 121.95º | 0.75% | 0.52% | - |
| HSV(B) | 121.95º | 0.83% | 0.88% | - |
| XYZ | 27.97 | 53.93 | 11.42 | - |
| YUV | 148.28 | 69.71 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 224 | 45 | 0.83 | 0 | 0.80 | 0.12 | 121.95 | 0.75 | 0.52 |
| Hex | 27 | E0 | 2D | 53 | 0 | 50 | C | 7A | 4B | 34 |
| Octal | 47 | 340 | 55 | 123 | 0 | 120 | 14 | 172 | 113 | 64 |
| Binary | 100111 | 11100000 | 101101 | 1010011 | 0 | 1010000 | 1100 | 1111010 | 1001011 | 110100 |
Color Harmonies of #27E02D
Complementary color
Monochromatic Colors of #27E02D
Black with #27E02D
Text Example
Text Example
White with #27E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E02D; }
p { color: rgb(39,224,45); }
H1.HeaderClassName
{
color: #27E02D;
}
.AnyTagClassName
{
color: #27E02D;
}
</style>
background-color css
<style>
a { background-color: #27E02D; }
a { background-color: rgb(39,224,45); }
div.DivClassName
{
background-color: #27E02D;
}
.BgClassName
{
background-color: #27E02D;
}
</style>
border-color css
<style>
span { border-color: #27E02D; }
span { border-color: rgb(39,224,45); }
td.TdClassName
{
border-color: #27E02D;
}
.TagClassName
{
border-color: #27E02D;
}
</style>