Shades of Lime Green #27E02C
Tints of Lime Green #27E02C
RGB
CMYK
RGB Variations
Color information
#27E02C (or 0x27E02C) is known color: Lime Green. HEX triplet: 27, E0 and 2C. RGB value is (39,224,44). Sum of RGB (Red+Green+Blue) = 39+224+44=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 224 (87.89% from 255 or 72.96% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 224 - color contains mainly: green. Hex color #27E02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27E02C is #D81FD3. Grayscale: #949494. Windows color (decimal): -14163924 or 2940967. OLE color: 2940967.
HSL color Cylindrical-coordinate representation of color #27E02C: hue angle of 121.62º 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 #27E02C is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 224 | 44 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.12 |
| HSL | 121.62º | 0.75% | 0.52% | - |
| HSV(B) | 121.62º | 0.83% | 0.88% | - |
| XYZ | 27.95 | 53.92 | 11.32 | - |
| YUV | 148.17 | 69.21 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 224 | 44 | 0.83 | 0 | 0.80 | 0.12 | 121.62 | 0.75 | 0.52 |
| Hex | 27 | E0 | 2C | 53 | 0 | 50 | C | 7A | 4B | 34 |
| Octal | 47 | 340 | 54 | 123 | 0 | 120 | 14 | 172 | 113 | 64 |
| Binary | 100111 | 11100000 | 101100 | 1010011 | 0 | 1010000 | 1100 | 1111010 | 1001011 | 110100 |
Color Harmonies of #27E02C
Complementary color
Monochromatic Colors of #27E02C
Black with #27E02C
Text Example
Text Example
White with #27E02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E02C; }
p { color: rgb(39,224,44); }
H1.HeaderClassName
{
color: #27E02C;
}
.AnyTagClassName
{
color: #27E02C;
}
</style>
background-color css
<style>
a { background-color: #27E02C; }
a { background-color: rgb(39,224,44); }
div.DivClassName
{
background-color: #27E02C;
}
.BgClassName
{
background-color: #27E02C;
}
</style>
border-color css
<style>
span { border-color: #27E02C; }
span { border-color: rgb(39,224,44); }
td.TdClassName
{
border-color: #27E02C;
}
.TagClassName
{
border-color: #27E02C;
}
</style>