Shades of Lime Green #29BC2A
Tints of Lime Green #29BC2A
RGB
CMYK
RGB Variations
Color information
#29BC2A (or 0x29BC2A) is known color: Lime Green. HEX triplet: 29, BC and 2A. RGB value is (41,188,42). Sum of RGB (Red+Green+Blue) = 41+188+42=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #29BC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BC2A is #D643D5. Grayscale: #7F7F7F. Windows color (decimal): -14042070 or 2800681. OLE color: 2800681.
HSL color Cylindrical-coordinate representation of color #29BC2A: hue angle of 120.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BC2A is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 188 | 42 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.26 |
| HSL | 120.41º | 0.64% | 0.45% | - |
| HSV(B) | 120.41º | 0.78% | 0.74% | - |
| XYZ | 19.32 | 36.61 | 8.24 | - |
| YUV | 127.4 | 79.8 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 188 | 42 | 0.78 | 0 | 0.78 | 0.26 | 120.41 | 0.64 | 0.45 |
| Hex | 29 | BC | 2A | 4E | 0 | 4E | 1A | 78 | 40 | 2D |
| Octal | 51 | 274 | 52 | 116 | 0 | 116 | 32 | 170 | 100 | 55 |
| Binary | 101001 | 10111100 | 101010 | 1001110 | 0 | 1001110 | 11010 | 1111000 | 1000000 | 101101 |
Color Harmonies of #29BC2A
Complementary color
Monochromatic Colors of #29BC2A
Black with #29BC2A
Text Example
Text Example
White with #29BC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BC2A; }
p { color: rgb(41,188,42); }
H1.HeaderClassName
{
color: #29BC2A;
}
.AnyTagClassName
{
color: #29BC2A;
}
</style>
background-color css
<style>
a { background-color: #29BC2A; }
a { background-color: rgb(41,188,42); }
div.DivClassName
{
background-color: #29BC2A;
}
.BgClassName
{
background-color: #29BC2A;
}
</style>
border-color css
<style>
span { border-color: #29BC2A; }
span { border-color: rgb(41,188,42); }
td.TdClassName
{
border-color: #29BC2A;
}
.TagClassName
{
border-color: #29BC2A;
}
</style>