Shades of Lime Green #30AF29
Tints of Lime Green #30AF29
RGB
CMYK
RGB Variations
Color information
#30AF29 (or 0x30AF29) is known color: Lime Green. HEX triplet: 30, AF and 29. RGB value is (48,175,41). Sum of RGB (Red+Green+Blue) = 48+175+41=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 175 (68.75% from 255 or 66.29% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AF29 is #CF50D6. Grayscale: #7A7A7A. Windows color (decimal): -13586647 or 2731824. OLE color: 2731824.
HSL color Cylindrical-coordinate representation of color #30AF29: hue angle of 116.87º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30AF29 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 41 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.31 |
| HSL | 116.87º | 0.62% | 0.42% | - |
| HSV(B) | 116.87º | 0.77% | 0.69% | - |
| XYZ | 16.95 | 31.45 | 7.27 | - |
| YUV | 121.75 | 82.42 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 41 | 0.73 | 0 | 0.77 | 0.31 | 116.87 | 0.62 | 0.42 |
| Hex | 30 | AF | 29 | 49 | 0 | 4D | 1F | 75 | 3E | 2A |
| Octal | 60 | 257 | 51 | 111 | 0 | 115 | 37 | 165 | 76 | 52 |
| Binary | 110000 | 10101111 | 101001 | 1001001 | 0 | 1001101 | 11111 | 1110101 | 111110 | 101010 |
Color Harmonies of #30AF29
Complementary color
Monochromatic Colors of #30AF29
Black with #30AF29
Text Example
Text Example
White with #30AF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF29; }
p { color: rgb(48,175,41); }
H1.HeaderClassName
{
color: #30AF29;
}
.AnyTagClassName
{
color: #30AF29;
}
</style>
background-color css
<style>
a { background-color: #30AF29; }
a { background-color: rgb(48,175,41); }
div.DivClassName
{
background-color: #30AF29;
}
.BgClassName
{
background-color: #30AF29;
}
</style>
border-color css
<style>
span { border-color: #30AF29; }
span { border-color: rgb(48,175,41); }
td.TdClassName
{
border-color: #30AF29;
}
.TagClassName
{
border-color: #30AF29;
}
</style>