Shades of Lime Green #30AB29
Tints of Lime Green #30AB29
RGB
CMYK
RGB Variations
Color information
#30AB29 (or 0x30AB29) is known color: Lime Green. HEX triplet: 30, AB and 29. RGB value is (48,171,41). Sum of RGB (Red+Green+Blue) = 48+171+41=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 171 (67.19% from 255 or 65.77% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AB29 is #CF54D6. Grayscale: #777777. Windows color (decimal): -13587671 or 2730800. OLE color: 2730800.
HSL color Cylindrical-coordinate representation of color #30AB29: hue angle of 116.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30AB29 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 171 | 41 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.33 |
| HSL | 116.77º | 0.61% | 0.42% | - |
| HSV(B) | 116.77º | 0.76% | 0.67% | - |
| XYZ | 16.18 | 29.91 | 7.02 | - |
| YUV | 119.4 | 83.75 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 41 | 0.72 | 0 | 0.76 | 0.33 | 116.77 | 0.61 | 0.42 |
| Hex | 30 | AB | 29 | 48 | 0 | 4C | 21 | 75 | 3D | 2A |
| Octal | 60 | 253 | 51 | 110 | 0 | 114 | 41 | 165 | 75 | 52 |
| Binary | 110000 | 10101011 | 101001 | 1001000 | 0 | 1001100 | 100001 | 1110101 | 111101 | 101010 |
Color Harmonies of #30AB29
Complementary color
Monochromatic Colors of #30AB29
Black with #30AB29
Text Example
Text Example
White with #30AB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AB29; }
p { color: rgb(48,171,41); }
H1.HeaderClassName
{
color: #30AB29;
}
.AnyTagClassName
{
color: #30AB29;
}
</style>
background-color css
<style>
a { background-color: #30AB29; }
a { background-color: rgb(48,171,41); }
div.DivClassName
{
background-color: #30AB29;
}
.BgClassName
{
background-color: #30AB29;
}
</style>
border-color css
<style>
span { border-color: #30AB29; }
span { border-color: rgb(48,171,41); }
td.TdClassName
{
border-color: #30AB29;
}
.TagClassName
{
border-color: #30AB29;
}
</style>