Shades of Lime Green #30BF47
Tints of Lime Green #30BF47
RGB
CMYK
RGB Variations
Color information
#30BF47 (or 0x30BF47) is known color: Lime Green. HEX triplet: 30, BF and 47. RGB value is (48,191,71). Sum of RGB (Red+Green+Blue) = 48+191+71=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 191 (75% from 255 or 61.61% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF47 is #CF40B8. Grayscale: #868686. Windows color (decimal): -13582521 or 4702000. OLE color: 4702000.
HSL color Cylindrical-coordinate representation of color #30BF47: hue angle of 129.65º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BF47 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 191 | 71 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.25 |
| HSL | 129.65º | 0.6% | 0.47% | - |
| HSV(B) | 129.65º | 0.75% | 0.75% | - |
| XYZ | 20.99 | 38.34 | 12.26 | - |
| YUV | 134.56 | 92.12 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 191 | 71 | 0.75 | 0 | 0.63 | 0.25 | 129.65 | 0.6 | 0.47 |
| Hex | 30 | BF | 47 | 4B | 0 | 3F | 19 | 82 | 3C | 2F |
| Octal | 60 | 277 | 107 | 113 | 0 | 77 | 31 | 202 | 74 | 57 |
| Binary | 110000 | 10111111 | 1000111 | 1001011 | 0 | 111111 | 11001 | 10000010 | 111100 | 101111 |
Color Harmonies of #30BF47
Complementary color
Monochromatic Colors of #30BF47
Black with #30BF47
Text Example
Text Example
White with #30BF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BF47; }
p { color: rgb(48,191,71); }
H1.HeaderClassName
{
color: #30BF47;
}
.AnyTagClassName
{
color: #30BF47;
}
</style>
background-color css
<style>
a { background-color: #30BF47; }
a { background-color: rgb(48,191,71); }
div.DivClassName
{
background-color: #30BF47;
}
.BgClassName
{
background-color: #30BF47;
}
</style>
border-color css
<style>
span { border-color: #30BF47; }
span { border-color: rgb(48,191,71); }
td.TdClassName
{
border-color: #30BF47;
}
.TagClassName
{
border-color: #30BF47;
}
</style>