Shades of Lime Green #30BA32
Tints of Lime Green #30BA32
RGB
CMYK
RGB Variations
Color information
#30BA32 (or 0x30BA32) is known color: Lime Green. HEX triplet: 30, BA and 32. RGB value is (48,186,50). Sum of RGB (Red+Green+Blue) = 48+186+50=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA32 is #CF45CD. Grayscale: #818181. Windows color (decimal): -13583822 or 3324464. OLE color: 3324464.
HSL color Cylindrical-coordinate representation of color #30BA32: hue angle of 120.87º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BA32 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 50 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.27 |
| HSL | 120.87º | 0.59% | 0.46% | - |
| HSV(B) | 120.87º | 0.74% | 0.73% | - |
| XYZ | 19.35 | 35.98 | 8.94 | - |
| YUV | 129.23 | 83.28 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 50 | 0.74 | 0 | 0.73 | 0.27 | 120.87 | 0.59 | 0.46 |
| Hex | 30 | BA | 32 | 4A | 0 | 49 | 1B | 79 | 3B | 2E |
| Octal | 60 | 272 | 62 | 112 | 0 | 111 | 33 | 171 | 73 | 56 |
| Binary | 110000 | 10111010 | 110010 | 1001010 | 0 | 1001001 | 11011 | 1111001 | 111011 | 101110 |
Color Harmonies of #30BA32
Complementary color
Monochromatic Colors of #30BA32
Black with #30BA32
Text Example
Text Example
White with #30BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA32; }
p { color: rgb(48,186,50); }
H1.HeaderClassName
{
color: #30BA32;
}
.AnyTagClassName
{
color: #30BA32;
}
</style>
background-color css
<style>
a { background-color: #30BA32; }
a { background-color: rgb(48,186,50); }
div.DivClassName
{
background-color: #30BA32;
}
.BgClassName
{
background-color: #30BA32;
}
</style>
border-color css
<style>
span { border-color: #30BA32; }
span { border-color: rgb(48,186,50); }
td.TdClassName
{
border-color: #30BA32;
}
.TagClassName
{
border-color: #30BA32;
}
</style>