Shades of Lime Green #30EC4D
Tints of Lime Green #30EC4D
RGB
CMYK
RGB Variations
Color information
#30EC4D (or 0x30EC4D) is known color: Lime Green. HEX triplet: 30, EC and 4D. RGB value is (48,236,77). Sum of RGB (Red+Green+Blue) = 48+236+77=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 236 (92.58% from 255 or 65.37% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EC4D is #CF13B2. Grayscale: #A2A2A2. Windows color (decimal): -13570995 or 5106736. OLE color: 5106736.
HSL color Cylindrical-coordinate representation of color #30EC4D: hue angle of 129.26º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EC4D is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 77 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.07 |
| HSL | 129.26º | 0.83% | 0.56% | - |
| HSV(B) | 129.26º | 0.8% | 0.93% | - |
| XYZ | 32.55 | 61.16 | 17.11 | - |
| YUV | 161.66 | 80.22 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 77 | 0.80 | 0 | 0.67 | 0.07 | 129.26 | 0.83 | 0.56 |
| Hex | 30 | EC | 4D | 50 | 0 | 43 | 7 | 81 | 53 | 38 |
| Octal | 60 | 354 | 115 | 120 | 0 | 103 | 7 | 201 | 123 | 70 |
| Binary | 110000 | 11101100 | 1001101 | 1010000 | 0 | 1000011 | 111 | 10000001 | 1010011 | 111000 |
Color Harmonies of #30EC4D
Complementary color
Monochromatic Colors of #30EC4D
Black with #30EC4D
Text Example
Text Example
White with #30EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EC4D; }
p { color: rgb(48,236,77); }
H1.HeaderClassName
{
color: #30EC4D;
}
.AnyTagClassName
{
color: #30EC4D;
}
</style>
background-color css
<style>
a { background-color: #30EC4D; }
a { background-color: rgb(48,236,77); }
div.DivClassName
{
background-color: #30EC4D;
}
.BgClassName
{
background-color: #30EC4D;
}
</style>
border-color css
<style>
span { border-color: #30EC4D; }
span { border-color: rgb(48,236,77); }
td.TdClassName
{
border-color: #30EC4D;
}
.TagClassName
{
border-color: #30EC4D;
}
</style>