Shades of Lime Green #27C129
Tints of Lime Green #27C129
RGB
CMYK
RGB Variations
Color information
#27C129 (or 0x27C129) is known color: Lime Green. HEX triplet: 27, C1 and 29. RGB value is (39,193,41). Sum of RGB (Red+Green+Blue) = 39+193+41=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 193 (75.78% from 255 or 70.70% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 193 - color contains mainly: green. Hex color #27C129 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C129 is #D83ED6. Grayscale: #828282. Windows color (decimal): -14171863 or 2736423. OLE color: 2736423.
HSL color Cylindrical-coordinate representation of color #27C129: hue angle of 120.78º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C129 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 193 | 41 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.24 |
| HSL | 120.78º | 0.66% | 0.45% | - |
| HSV(B) | 120.78º | 0.8% | 0.76% | - |
| XYZ | 20.31 | 38.73 | 8.5 | - |
| YUV | 129.63 | 77.98 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 193 | 41 | 0.80 | 0 | 0.79 | 0.24 | 120.78 | 0.66 | 0.45 |
| Hex | 27 | C1 | 29 | 50 | 0 | 4F | 18 | 79 | 42 | 2D |
| Octal | 47 | 301 | 51 | 120 | 0 | 117 | 30 | 171 | 102 | 55 |
| Binary | 100111 | 11000001 | 101001 | 1010000 | 0 | 1001111 | 11000 | 1111001 | 1000010 | 101101 |
Color Harmonies of #27C129
Complementary color
Monochromatic Colors of #27C129
Black with #27C129
Text Example
Text Example
White with #27C129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C129; }
p { color: rgb(39,193,41); }
H1.HeaderClassName
{
color: #27C129;
}
.AnyTagClassName
{
color: #27C129;
}
</style>
background-color css
<style>
a { background-color: #27C129; }
a { background-color: rgb(39,193,41); }
div.DivClassName
{
background-color: #27C129;
}
.BgClassName
{
background-color: #27C129;
}
</style>
border-color css
<style>
span { border-color: #27C129; }
span { border-color: rgb(39,193,41); }
td.TdClassName
{
border-color: #27C129;
}
.TagClassName
{
border-color: #27C129;
}
</style>