Shades of Lime Green #27C02C
Tints of Lime Green #27C02C
RGB
CMYK
RGB Variations
Color information
#27C02C (or 0x27C02C) is known color: Lime Green. HEX triplet: 27, C0 and 2C. RGB value is (39,192,44). Sum of RGB (Red+Green+Blue) = 39+192+44=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 192 (75.39% from 255 or 69.82% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 192 - color contains mainly: green. Hex color #27C02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C02C is #D83FD3. Grayscale: #818181. Windows color (decimal): -14172116 or 2932775. OLE color: 2932775.
HSL color Cylindrical-coordinate representation of color #27C02C: hue angle of 121.96º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C02C is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 192 | 44 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.25 |
| HSL | 121.96º | 0.66% | 0.45% | - |
| HSV(B) | 121.96º | 0.8% | 0.75% | - |
| XYZ | 20.14 | 38.31 | 8.72 | - |
| YUV | 129.38 | 79.81 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 192 | 44 | 0.80 | 0 | 0.77 | 0.25 | 121.96 | 0.66 | 0.45 |
| Hex | 27 | C0 | 2C | 50 | 0 | 4D | 19 | 7A | 42 | 2D |
| Octal | 47 | 300 | 54 | 120 | 0 | 115 | 31 | 172 | 102 | 55 |
| Binary | 100111 | 11000000 | 101100 | 1010000 | 0 | 1001101 | 11001 | 1111010 | 1000010 | 101101 |
Color Harmonies of #27C02C
Complementary color
Monochromatic Colors of #27C02C
Black with #27C02C
Text Example
Text Example
White with #27C02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C02C; }
p { color: rgb(39,192,44); }
H1.HeaderClassName
{
color: #27C02C;
}
.AnyTagClassName
{
color: #27C02C;
}
</style>
background-color css
<style>
a { background-color: #27C02C; }
a { background-color: rgb(39,192,44); }
div.DivClassName
{
background-color: #27C02C;
}
.BgClassName
{
background-color: #27C02C;
}
</style>
border-color css
<style>
span { border-color: #27C02C; }
span { border-color: rgb(39,192,44); }
td.TdClassName
{
border-color: #27C02C;
}
.TagClassName
{
border-color: #27C02C;
}
</style>