Shades of Lime Green #30BE4D
Tints of Lime Green #30BE4D
RGB
CMYK
RGB Variations
Color information
#30BE4D (or 0x30BE4D) is known color: Lime Green. HEX triplet: 30, BE and 4D. RGB value is (48,190,77). Sum of RGB (Red+Green+Blue) = 48+190+77=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 190 (74.61% from 255 or 60.32% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BE4D is #CF41B2. Grayscale: #868686. Windows color (decimal): -13582771 or 5094960. OLE color: 5094960.
HSL color Cylindrical-coordinate representation of color #30BE4D: hue angle of 132.25º 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 #30BE4D is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 190 | 77 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.25 |
| HSL | 132.25º | 0.6% | 0.47% | - |
| HSV(B) | 132.25º | 0.75% | 0.75% | - |
| XYZ | 20.97 | 37.99 | 13.25 | - |
| YUV | 134.66 | 95.46 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 190 | 77 | 0.75 | 0 | 0.59 | 0.25 | 132.25 | 0.6 | 0.47 |
| Hex | 30 | BE | 4D | 4B | 0 | 3B | 19 | 84 | 3C | 2F |
| Octal | 60 | 276 | 115 | 113 | 0 | 73 | 31 | 204 | 74 | 57 |
| Binary | 110000 | 10111110 | 1001101 | 1001011 | 0 | 111011 | 11001 | 10000100 | 111100 | 101111 |
Color Harmonies of #30BE4D
Complementary color
Monochromatic Colors of #30BE4D
Black with #30BE4D
Text Example
Text Example
White with #30BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BE4D; }
p { color: rgb(48,190,77); }
H1.HeaderClassName
{
color: #30BE4D;
}
.AnyTagClassName
{
color: #30BE4D;
}
</style>
background-color css
<style>
a { background-color: #30BE4D; }
a { background-color: rgb(48,190,77); }
div.DivClassName
{
background-color: #30BE4D;
}
.BgClassName
{
background-color: #30BE4D;
}
</style>
border-color css
<style>
span { border-color: #30BE4D; }
span { border-color: rgb(48,190,77); }
td.TdClassName
{
border-color: #30BE4D;
}
.TagClassName
{
border-color: #30BE4D;
}
</style>