Shades of Lime Green #30EC1C
Tints of Lime Green #30EC1C
RGB
CMYK
RGB Variations
Color information
#30EC1C (or 0x30EC1C) is known color: Lime Green. HEX triplet: 30, EC and 1C. RGB value is (48,236,28). Sum of RGB (Red+Green+Blue) = 48+236+28=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 236 (92.58% from 255 or 75.64% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EC1C is #CF13E3. Grayscale: #9C9C9C. Windows color (decimal): -13571044 or 1895472. OLE color: 1895472.
HSL color Cylindrical-coordinate representation of color #30EC1C: hue angle of 114.23º degrees, saturation: 0.85, 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 #30EC1C is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 28 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.07 |
| HSL | 114.23º | 0.85% | 0.52% | - |
| HSV(B) | 114.23º | 0.88% | 0.93% | - |
| XYZ | 31.42 | 60.7 | 11.16 | - |
| YUV | 156.08 | 55.72 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 28 | 0.80 | 0 | 0.88 | 0.07 | 114.23 | 0.85 | 0.52 |
| Hex | 30 | EC | 1C | 50 | 0 | 58 | 7 | 72 | 55 | 34 |
| Octal | 60 | 354 | 34 | 120 | 0 | 130 | 7 | 162 | 125 | 64 |
| Binary | 110000 | 11101100 | 11100 | 1010000 | 0 | 1011000 | 111 | 1110010 | 1010101 | 110100 |
Color Harmonies of #30EC1C
Complementary color
Monochromatic Colors of #30EC1C
Black with #30EC1C
Text Example
Text Example
White with #30EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EC1C; }
p { color: rgb(48,236,28); }
H1.HeaderClassName
{
color: #30EC1C;
}
.AnyTagClassName
{
color: #30EC1C;
}
</style>
background-color css
<style>
a { background-color: #30EC1C; }
a { background-color: rgb(48,236,28); }
div.DivClassName
{
background-color: #30EC1C;
}
.BgClassName
{
background-color: #30EC1C;
}
</style>
border-color css
<style>
span { border-color: #30EC1C; }
span { border-color: rgb(48,236,28); }
td.TdClassName
{
border-color: #30EC1C;
}
.TagClassName
{
border-color: #30EC1C;
}
</style>