Shades of Lime Green #29BC30
Tints of Lime Green #29BC30
RGB
CMYK
RGB Variations
Color information
#29BC30 (or 0x29BC30) is known color: Lime Green. HEX triplet: 29, BC and 30. RGB value is (41,188,48). Sum of RGB (Red+Green+Blue) = 41+188+48=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 188 (73.83% from 255 or 67.87% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 188 - color contains mainly: green. Hex color #29BC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BC30 is #D643CF. Grayscale: #808080. Windows color (decimal): -14042064 or 3193897. OLE color: 3193897.
HSL color Cylindrical-coordinate representation of color #29BC30: hue angle of 122.86º 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 #29BC30 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 188 | 48 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.26 |
| HSL | 122.86º | 0.64% | 0.45% | - |
| HSV(B) | 122.86º | 0.78% | 0.74% | - |
| XYZ | 19.43 | 36.65 | 8.85 | - |
| YUV | 128.09 | 82.8 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 188 | 48 | 0.78 | 0 | 0.74 | 0.26 | 122.86 | 0.64 | 0.45 |
| Hex | 29 | BC | 30 | 4E | 0 | 4A | 1A | 7B | 40 | 2D |
| Octal | 51 | 274 | 60 | 116 | 0 | 112 | 32 | 173 | 100 | 55 |
| Binary | 101001 | 10111100 | 110000 | 1001110 | 0 | 1001010 | 11010 | 1111011 | 1000000 | 101101 |
Color Harmonies of #29BC30
Complementary color
Monochromatic Colors of #29BC30
Black with #29BC30
Text Example
Text Example
White with #29BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BC30; }
p { color: rgb(41,188,48); }
H1.HeaderClassName
{
color: #29BC30;
}
.AnyTagClassName
{
color: #29BC30;
}
</style>
background-color css
<style>
a { background-color: #29BC30; }
a { background-color: rgb(41,188,48); }
div.DivClassName
{
background-color: #29BC30;
}
.BgClassName
{
background-color: #29BC30;
}
</style>
border-color css
<style>
span { border-color: #29BC30; }
span { border-color: rgb(41,188,48); }
td.TdClassName
{
border-color: #29BC30;
}
.TagClassName
{
border-color: #29BC30;
}
</style>