Shades of Lime Green #30EC1D
Tints of Lime Green #30EC1D
RGB
CMYK
RGB Variations
Color information
#30EC1D (or 0x30EC1D) is known color: Lime Green. HEX triplet: 30, EC and 1D. RGB value is (48,236,29). Sum of RGB (Red+Green+Blue) = 48+236+29=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 236 (92.58% from 255 or 75.40% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EC1D is #CF13E2. Grayscale: #9C9C9C. Windows color (decimal): -13571043 or 1961008. OLE color: 1961008.
HSL color Cylindrical-coordinate representation of color #30EC1D: hue angle of 114.49º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30EC1D is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 29 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.07 |
| HSL | 114.49º | 0.84% | 0.52% | - |
| HSV(B) | 114.49º | 0.88% | 0.93% | - |
| XYZ | 31.44 | 60.71 | 11.22 | - |
| YUV | 156.19 | 56.22 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 29 | 0.80 | 0 | 0.88 | 0.07 | 114.49 | 0.84 | 0.52 |
| Hex | 30 | EC | 1D | 50 | 0 | 58 | 7 | 72 | 54 | 34 |
| Octal | 60 | 354 | 35 | 120 | 0 | 130 | 7 | 162 | 124 | 64 |
| Binary | 110000 | 11101100 | 11101 | 1010000 | 0 | 1011000 | 111 | 1110010 | 1010100 | 110100 |
Color Harmonies of #30EC1D
Complementary color
Monochromatic Colors of #30EC1D
Black with #30EC1D
Text Example
Text Example
White with #30EC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EC1D; }
p { color: rgb(48,236,29); }
H1.HeaderClassName
{
color: #30EC1D;
}
.AnyTagClassName
{
color: #30EC1D;
}
</style>
background-color css
<style>
a { background-color: #30EC1D; }
a { background-color: rgb(48,236,29); }
div.DivClassName
{
background-color: #30EC1D;
}
.BgClassName
{
background-color: #30EC1D;
}
</style>
border-color css
<style>
span { border-color: #30EC1D; }
span { border-color: rgb(48,236,29); }
td.TdClassName
{
border-color: #30EC1D;
}
.TagClassName
{
border-color: #30EC1D;
}
</style>