Shades of Lime Green #30BA33
Tints of Lime Green #30BA33
RGB
CMYK
RGB Variations
Color information
#30BA33 (or 0x30BA33) is known color: Lime Green. HEX triplet: 30, BA and 33. RGB value is (48,186,51). Sum of RGB (Red+Green+Blue) = 48+186+51=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA33 is #CF45CC. Grayscale: #818181. Windows color (decimal): -13583821 or 3390000. OLE color: 3390000.
HSL color Cylindrical-coordinate representation of color #30BA33: hue angle of 121.3º 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 #30BA33 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 51 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.27 |
| HSL | 121.3º | 0.59% | 0.46% | - |
| HSV(B) | 121.3º | 0.74% | 0.73% | - |
| XYZ | 19.38 | 35.99 | 9.06 | - |
| YUV | 129.35 | 83.78 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 51 | 0.74 | 0 | 0.73 | 0.27 | 121.3 | 0.59 | 0.46 |
| Hex | 30 | BA | 33 | 4A | 0 | 49 | 1B | 79 | 3B | 2E |
| Octal | 60 | 272 | 63 | 112 | 0 | 111 | 33 | 171 | 73 | 56 |
| Binary | 110000 | 10111010 | 110011 | 1001010 | 0 | 1001001 | 11011 | 1111001 | 111011 | 101110 |
Color Harmonies of #30BA33
Complementary color
Monochromatic Colors of #30BA33
Black with #30BA33
Text Example
Text Example
White with #30BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA33; }
p { color: rgb(48,186,51); }
H1.HeaderClassName
{
color: #30BA33;
}
.AnyTagClassName
{
color: #30BA33;
}
</style>
background-color css
<style>
a { background-color: #30BA33; }
a { background-color: rgb(48,186,51); }
div.DivClassName
{
background-color: #30BA33;
}
.BgClassName
{
background-color: #30BA33;
}
</style>
border-color css
<style>
span { border-color: #30BA33; }
span { border-color: rgb(48,186,51); }
td.TdClassName
{
border-color: #30BA33;
}
.TagClassName
{
border-color: #30BA33;
}
</style>