Shades of Lime Green #30BF4D
Tints of Lime Green #30BF4D
RGB
CMYK
RGB Variations
Color information
#30BF4D (or 0x30BF4D) is known color: Lime Green. HEX triplet: 30, BF and 4D. RGB value is (48,191,77). Sum of RGB (Red+Green+Blue) = 48+191+77=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BF4D is #CF40B2. Grayscale: #878787. Windows color (decimal): -13582515 or 5095216. OLE color: 5095216.
HSL color Cylindrical-coordinate representation of color #30BF4D: hue angle of 132.17º 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 #30BF4D is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 191 | 77 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.25 |
| HSL | 132.17º | 0.6% | 0.47% | - |
| HSV(B) | 132.17º | 0.75% | 0.75% | - |
| XYZ | 21.19 | 38.43 | 13.32 | - |
| YUV | 135.25 | 95.12 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 191 | 77 | 0.75 | 0 | 0.60 | 0.25 | 132.17 | 0.6 | 0.47 |
| Hex | 30 | BF | 4D | 4B | 0 | 3C | 19 | 84 | 3C | 2F |
| Octal | 60 | 277 | 115 | 113 | 0 | 74 | 31 | 204 | 74 | 57 |
| Binary | 110000 | 10111111 | 1001101 | 1001011 | 0 | 111100 | 11001 | 10000100 | 111100 | 101111 |
Color Harmonies of #30BF4D
Complementary color
Monochromatic Colors of #30BF4D
Black with #30BF4D
Text Example
Text Example
White with #30BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BF4D; }
p { color: rgb(48,191,77); }
H1.HeaderClassName
{
color: #30BF4D;
}
.AnyTagClassName
{
color: #30BF4D;
}
</style>
background-color css
<style>
a { background-color: #30BF4D; }
a { background-color: rgb(48,191,77); }
div.DivClassName
{
background-color: #30BF4D;
}
.BgClassName
{
background-color: #30BF4D;
}
</style>
border-color css
<style>
span { border-color: #30BF4D; }
span { border-color: rgb(48,191,77); }
td.TdClassName
{
border-color: #30BF4D;
}
.TagClassName
{
border-color: #30BF4D;
}
</style>