Shades of Lime Green #30BA2B
Tints of Lime Green #30BA2B
RGB
CMYK
RGB Variations
Color information
#30BA2B (or 0x30BA2B) is known color: Lime Green. HEX triplet: 30, BA and 2B. RGB value is (48,186,43). Sum of RGB (Red+Green+Blue) = 48+186+43=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA2B is #CF45D4. Grayscale: #808080. Windows color (decimal): -13583829 or 2865712. OLE color: 2865712.
HSL color Cylindrical-coordinate representation of color #30BA2B: hue angle of 117.9º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30BA2B is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 43 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.27 |
| HSL | 117.9º | 0.62% | 0.45% | - |
| HSV(B) | 117.9º | 0.77% | 0.73% | - |
| XYZ | 19.21 | 35.92 | 8.21 | - |
| YUV | 128.44 | 79.78 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 43 | 0.74 | 0 | 0.77 | 0.27 | 117.9 | 0.62 | 0.45 |
| Hex | 30 | BA | 2B | 4A | 0 | 4D | 1B | 76 | 3E | 2D |
| Octal | 60 | 272 | 53 | 112 | 0 | 115 | 33 | 166 | 76 | 55 |
| Binary | 110000 | 10111010 | 101011 | 1001010 | 0 | 1001101 | 11011 | 1110110 | 111110 | 101101 |
Color Harmonies of #30BA2B
Complementary color
Monochromatic Colors of #30BA2B
Black with #30BA2B
Text Example
Text Example
White with #30BA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA2B; }
p { color: rgb(48,186,43); }
H1.HeaderClassName
{
color: #30BA2B;
}
.AnyTagClassName
{
color: #30BA2B;
}
</style>
background-color css
<style>
a { background-color: #30BA2B; }
a { background-color: rgb(48,186,43); }
div.DivClassName
{
background-color: #30BA2B;
}
.BgClassName
{
background-color: #30BA2B;
}
</style>
border-color css
<style>
span { border-color: #30BA2B; }
span { border-color: rgb(48,186,43); }
td.TdClassName
{
border-color: #30BA2B;
}
.TagClassName
{
border-color: #30BA2B;
}
</style>