Shades of Lime Green #27C829
Tints of Lime Green #27C829
RGB
CMYK
RGB Variations
Color information
#27C829 (or 0x27C829) is known color: Lime Green. HEX triplet: 27, C8 and 29. RGB value is (39,200,41). Sum of RGB (Red+Green+Blue) = 39+200+41=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 200 (78.52% from 255 or 71.43% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 200 - color contains mainly: green. Hex color #27C829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C829 is #D837D6. Grayscale: #868686. Windows color (decimal): -14170071 or 2738215. OLE color: 2738215.
HSL color Cylindrical-coordinate representation of color #27C829: hue angle of 120.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27C829 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 200 | 41 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.22 |
| HSL | 120.75º | 0.67% | 0.47% | - |
| HSV(B) | 120.75º | 0.81% | 0.78% | - |
| XYZ | 21.89 | 41.9 | 9.03 | - |
| YUV | 133.74 | 75.66 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 200 | 41 | 0.80 | 0 | 0.80 | 0.22 | 120.75 | 0.67 | 0.47 |
| Hex | 27 | C8 | 29 | 50 | 0 | 50 | 16 | 79 | 43 | 2F |
| Octal | 47 | 310 | 51 | 120 | 0 | 120 | 26 | 171 | 103 | 57 |
| Binary | 100111 | 11001000 | 101001 | 1010000 | 0 | 1010000 | 10110 | 1111001 | 1000011 | 101111 |
Color Harmonies of #27C829
Complementary color
Monochromatic Colors of #27C829
Black with #27C829
Text Example
Text Example
White with #27C829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C829; }
p { color: rgb(39,200,41); }
H1.HeaderClassName
{
color: #27C829;
}
.AnyTagClassName
{
color: #27C829;
}
</style>
background-color css
<style>
a { background-color: #27C829; }
a { background-color: rgb(39,200,41); }
div.DivClassName
{
background-color: #27C829;
}
.BgClassName
{
background-color: #27C829;
}
</style>
border-color css
<style>
span { border-color: #27C829; }
span { border-color: rgb(39,200,41); }
td.TdClassName
{
border-color: #27C829;
}
.TagClassName
{
border-color: #27C829;
}
</style>