Shades of Lime Green #30BA37
Tints of Lime Green #30BA37
RGB
CMYK
RGB Variations
Color information
#30BA37 (or 0x30BA37) is known color: Lime Green. HEX triplet: 30, BA and 37. RGB value is (48,186,55). Sum of RGB (Red+Green+Blue) = 48+186+55=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA37 is #CF45C8. Grayscale: #828282. Windows color (decimal): -13583817 or 3652144. OLE color: 3652144.
HSL color Cylindrical-coordinate representation of color #30BA37: hue angle of 123.04º 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 #30BA37 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 55 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.27 |
| HSL | 123.04º | 0.59% | 0.46% | - |
| HSV(B) | 123.04º | 0.74% | 0.73% | - |
| XYZ | 19.47 | 36.02 | 9.54 | - |
| YUV | 129.8 | 85.78 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 55 | 0.74 | 0 | 0.70 | 0.27 | 123.04 | 0.59 | 0.46 |
| Hex | 30 | BA | 37 | 4A | 0 | 46 | 1B | 7B | 3B | 2E |
| Octal | 60 | 272 | 67 | 112 | 0 | 106 | 33 | 173 | 73 | 56 |
| Binary | 110000 | 10111010 | 110111 | 1001010 | 0 | 1000110 | 11011 | 1111011 | 111011 | 101110 |
Color Harmonies of #30BA37
Complementary color
Monochromatic Colors of #30BA37
Black with #30BA37
Text Example
Text Example
White with #30BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA37; }
p { color: rgb(48,186,55); }
H1.HeaderClassName
{
color: #30BA37;
}
.AnyTagClassName
{
color: #30BA37;
}
</style>
background-color css
<style>
a { background-color: #30BA37; }
a { background-color: rgb(48,186,55); }
div.DivClassName
{
background-color: #30BA37;
}
.BgClassName
{
background-color: #30BA37;
}
</style>
border-color css
<style>
span { border-color: #30BA37; }
span { border-color: rgb(48,186,55); }
td.TdClassName
{
border-color: #30BA37;
}
.TagClassName
{
border-color: #30BA37;
}
</style>