Shades of Lime Green #30EC29
Tints of Lime Green #30EC29
RGB
CMYK
RGB Variations
Color information
#30EC29 (or 0x30EC29) is known color: Lime Green. HEX triplet: 30, EC and 29. RGB value is (48,236,41). Sum of RGB (Red+Green+Blue) = 48+236+41=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 236 (92.58% from 255 or 72.62% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EC29 is #CF13D6. Grayscale: #9E9E9E. Windows color (decimal): -13571031 or 2747440. OLE color: 2747440.
HSL color Cylindrical-coordinate representation of color #30EC29: hue angle of 117.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30EC29 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 41 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.07 |
| HSL | 117.85º | 0.84% | 0.54% | - |
| HSV(B) | 117.85º | 0.83% | 0.93% | - |
| XYZ | 31.61 | 60.78 | 12.16 | - |
| YUV | 157.56 | 62.22 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 41 | 0.80 | 0 | 0.83 | 0.07 | 117.85 | 0.84 | 0.54 |
| Hex | 30 | EC | 29 | 50 | 0 | 53 | 7 | 76 | 54 | 36 |
| Octal | 60 | 354 | 51 | 120 | 0 | 123 | 7 | 166 | 124 | 66 |
| Binary | 110000 | 11101100 | 101001 | 1010000 | 0 | 1010011 | 111 | 1110110 | 1010100 | 110110 |
Color Harmonies of #30EC29
Complementary color
Monochromatic Colors of #30EC29
Black with #30EC29
Text Example
Text Example
White with #30EC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EC29; }
p { color: rgb(48,236,41); }
H1.HeaderClassName
{
color: #30EC29;
}
.AnyTagClassName
{
color: #30EC29;
}
</style>
background-color css
<style>
a { background-color: #30EC29; }
a { background-color: rgb(48,236,41); }
div.DivClassName
{
background-color: #30EC29;
}
.BgClassName
{
background-color: #30EC29;
}
</style>
border-color css
<style>
span { border-color: #30EC29; }
span { border-color: rgb(48,236,41); }
td.TdClassName
{
border-color: #30EC29;
}
.TagClassName
{
border-color: #30EC29;
}
</style>