Shades of Lime Green #30EC3F
Tints of Lime Green #30EC3F
RGB
CMYK
RGB Variations
Color information
#30EC3F (or 0x30EC3F) is known color: Lime Green. HEX triplet: 30, EC and 3F. RGB value is (48,236,63). Sum of RGB (Red+Green+Blue) = 48+236+63=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 236 (92.58% from 255 or 68.01% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EC3F is #CF13C0. Grayscale: #A0A0A0. Windows color (decimal): -13571009 or 4189232. OLE color: 4189232.
HSL color Cylindrical-coordinate representation of color #30EC3F: hue angle of 124.79º 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 #30EC3F is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 63 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.07 |
| HSL | 124.79º | 0.83% | 0.56% | - |
| HSV(B) | 124.79º | 0.8% | 0.93% | - |
| XYZ | 32.11 | 60.98 | 14.78 | - |
| YUV | 160.07 | 73.22 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 63 | 0.80 | 0 | 0.73 | 0.07 | 124.79 | 0.83 | 0.56 |
| Hex | 30 | EC | 3F | 50 | 0 | 49 | 7 | 7D | 53 | 38 |
| Octal | 60 | 354 | 77 | 120 | 0 | 111 | 7 | 175 | 123 | 70 |
| Binary | 110000 | 11101100 | 111111 | 1010000 | 0 | 1001001 | 111 | 1111101 | 1010011 | 111000 |
Color Harmonies of #30EC3F
Complementary color
Monochromatic Colors of #30EC3F
Black with #30EC3F
Text Example
Text Example
White with #30EC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EC3F; }
p { color: rgb(48,236,63); }
H1.HeaderClassName
{
color: #30EC3F;
}
.AnyTagClassName
{
color: #30EC3F;
}
</style>
background-color css
<style>
a { background-color: #30EC3F; }
a { background-color: rgb(48,236,63); }
div.DivClassName
{
background-color: #30EC3F;
}
.BgClassName
{
background-color: #30EC3F;
}
</style>
border-color css
<style>
span { border-color: #30EC3F; }
span { border-color: rgb(48,236,63); }
td.TdClassName
{
border-color: #30EC3F;
}
.TagClassName
{
border-color: #30EC3F;
}
</style>