Shades of Lime Green #27C02A
Tints of Lime Green #27C02A
RGB
CMYK
RGB Variations
Color information
#27C02A (or 0x27C02A) is known color: Lime Green. HEX triplet: 27, C0 and 2A. RGB value is (39,192,42). Sum of RGB (Red+Green+Blue) = 39+192+42=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #27C02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C02A is #D83FD5. Grayscale: #818181. Windows color (decimal): -14172118 or 2801703. OLE color: 2801703.
HSL color Cylindrical-coordinate representation of color #27C02A: hue angle of 121.18º 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 #27C02A is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 192 | 42 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.25 |
| HSL | 121.18º | 0.66% | 0.45% | - |
| HSV(B) | 121.18º | 0.8% | 0.75% | - |
| XYZ | 20.1 | 38.3 | 8.52 | - |
| YUV | 129.15 | 78.81 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 192 | 42 | 0.80 | 0 | 0.78 | 0.25 | 121.18 | 0.66 | 0.45 |
| Hex | 27 | C0 | 2A | 50 | 0 | 4E | 19 | 79 | 42 | 2D |
| Octal | 47 | 300 | 52 | 120 | 0 | 116 | 31 | 171 | 102 | 55 |
| Binary | 100111 | 11000000 | 101010 | 1010000 | 0 | 1001110 | 11001 | 1111001 | 1000010 | 101101 |
Color Harmonies of #27C02A
Complementary color
Monochromatic Colors of #27C02A
Black with #27C02A
Text Example
Text Example
White with #27C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C02A; }
p { color: rgb(39,192,42); }
H1.HeaderClassName
{
color: #27C02A;
}
.AnyTagClassName
{
color: #27C02A;
}
</style>
background-color css
<style>
a { background-color: #27C02A; }
a { background-color: rgb(39,192,42); }
div.DivClassName
{
background-color: #27C02A;
}
.BgClassName
{
background-color: #27C02A;
}
</style>
border-color css
<style>
span { border-color: #27C02A; }
span { border-color: rgb(39,192,42); }
td.TdClassName
{
border-color: #27C02A;
}
.TagClassName
{
border-color: #27C02A;
}
</style>