Shades of Lime Green #30B322
Tints of Lime Green #30B322
RGB
CMYK
RGB Variations
Color information
#30B322 (or 0x30B322) is known color: Lime Green. HEX triplet: 30, B3 and 22. RGB value is (48,179,34). Sum of RGB (Red+Green+Blue) = 48+179+34=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 179 (70.31% from 255 or 68.58% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 179 - color contains mainly: green. Hex color #30B322 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B322 is #CF4CDD. Grayscale: #7B7B7B. Windows color (decimal): -13585630 or 2274096. OLE color: 2274096.
HSL color Cylindrical-coordinate representation of color #30B322: hue angle of 114.21º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30B322 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 179 | 34 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.30 |
| HSL | 114.21º | 0.68% | 0.42% | - |
| HSV(B) | 114.21º | 0.81% | 0.7% | - |
| XYZ | 17.63 | 32.98 | 6.95 | - |
| YUV | 123.3 | 77.6 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 179 | 34 | 0.73 | 0 | 0.81 | 0.30 | 114.21 | 0.68 | 0.42 |
| Hex | 30 | B3 | 22 | 49 | 0 | 51 | 1E | 72 | 44 | 2A |
| Octal | 60 | 263 | 42 | 111 | 0 | 121 | 36 | 162 | 104 | 52 |
| Binary | 110000 | 10110011 | 100010 | 1001001 | 0 | 1010001 | 11110 | 1110010 | 1000100 | 101010 |
Color Harmonies of #30B322
Complementary color
Monochromatic Colors of #30B322
Black with #30B322
Text Example
Text Example
White with #30B322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B322; }
p { color: rgb(48,179,34); }
H1.HeaderClassName
{
color: #30B322;
}
.AnyTagClassName
{
color: #30B322;
}
</style>
background-color css
<style>
a { background-color: #30B322; }
a { background-color: rgb(48,179,34); }
div.DivClassName
{
background-color: #30B322;
}
.BgClassName
{
background-color: #30B322;
}
</style>
border-color css
<style>
span { border-color: #30B322; }
span { border-color: rgb(48,179,34); }
td.TdClassName
{
border-color: #30B322;
}
.TagClassName
{
border-color: #30B322;
}
</style>