Shades of Lime Green #30BA34
Tints of Lime Green #30BA34
RGB
CMYK
RGB Variations
Color information
#30BA34 (or 0x30BA34) is known color: Lime Green. HEX triplet: 30, BA and 34. RGB value is (48,186,52). Sum of RGB (Red+Green+Blue) = 48+186+52=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 186 (73.05% from 255 or 65.03% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA34 is #CF45CB. Grayscale: #818181. Windows color (decimal): -13583820 or 3455536. OLE color: 3455536.
HSL color Cylindrical-coordinate representation of color #30BA34: hue angle of 121.74º 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 #30BA34 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 52 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.27 |
| HSL | 121.74º | 0.59% | 0.46% | - |
| HSV(B) | 121.74º | 0.74% | 0.73% | - |
| XYZ | 19.4 | 35.99 | 9.17 | - |
| YUV | 129.46 | 84.28 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 52 | 0.74 | 0 | 0.72 | 0.27 | 121.74 | 0.59 | 0.46 |
| Hex | 30 | BA | 34 | 4A | 0 | 48 | 1B | 7A | 3B | 2E |
| Octal | 60 | 272 | 64 | 112 | 0 | 110 | 33 | 172 | 73 | 56 |
| Binary | 110000 | 10111010 | 110100 | 1001010 | 0 | 1001000 | 11011 | 1111010 | 111011 | 101110 |
Color Harmonies of #30BA34
Complementary color
Monochromatic Colors of #30BA34
Black with #30BA34
Text Example
Text Example
White with #30BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA34; }
p { color: rgb(48,186,52); }
H1.HeaderClassName
{
color: #30BA34;
}
.AnyTagClassName
{
color: #30BA34;
}
</style>
background-color css
<style>
a { background-color: #30BA34; }
a { background-color: rgb(48,186,52); }
div.DivClassName
{
background-color: #30BA34;
}
.BgClassName
{
background-color: #30BA34;
}
</style>
border-color css
<style>
span { border-color: #30BA34; }
span { border-color: rgb(48,186,52); }
td.TdClassName
{
border-color: #30BA34;
}
.TagClassName
{
border-color: #30BA34;
}
</style>