Shades of Lime Green #27C02D
Tints of Lime Green #27C02D
RGB
CMYK
RGB Variations
Color information
#27C02D (or 0x27C02D) is known color: Lime Green. HEX triplet: 27, C0 and 2D. RGB value is (39,192,45). Sum of RGB (Red+Green+Blue) = 39+192+45=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #27C02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C02D is #D83FD2. Grayscale: #818181. Windows color (decimal): -14172115 or 2998311. OLE color: 2998311.
HSL color Cylindrical-coordinate representation of color #27C02D: hue angle of 122.35º 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 #27C02D is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 192 | 45 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.25 |
| HSL | 122.35º | 0.66% | 0.45% | - |
| HSV(B) | 122.35º | 0.8% | 0.75% | - |
| XYZ | 20.16 | 38.32 | 8.82 | - |
| YUV | 129.5 | 80.31 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 192 | 45 | 0.80 | 0 | 0.77 | 0.25 | 122.35 | 0.66 | 0.45 |
| Hex | 27 | C0 | 2D | 50 | 0 | 4D | 19 | 7A | 42 | 2D |
| Octal | 47 | 300 | 55 | 120 | 0 | 115 | 31 | 172 | 102 | 55 |
| Binary | 100111 | 11000000 | 101101 | 1010000 | 0 | 1001101 | 11001 | 1111010 | 1000010 | 101101 |
Color Harmonies of #27C02D
Complementary color
Monochromatic Colors of #27C02D
Black with #27C02D
Text Example
Text Example
White with #27C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C02D; }
p { color: rgb(39,192,45); }
H1.HeaderClassName
{
color: #27C02D;
}
.AnyTagClassName
{
color: #27C02D;
}
</style>
background-color css
<style>
a { background-color: #27C02D; }
a { background-color: rgb(39,192,45); }
div.DivClassName
{
background-color: #27C02D;
}
.BgClassName
{
background-color: #27C02D;
}
</style>
border-color css
<style>
span { border-color: #27C02D; }
span { border-color: rgb(39,192,45); }
td.TdClassName
{
border-color: #27C02D;
}
.TagClassName
{
border-color: #27C02D;
}
</style>