Shades of Lime Green #30E041
Tints of Lime Green #30E041
RGB
CMYK
RGB Variations
Color information
#30E041 (or 0x30E041) is known color: Lime Green. HEX triplet: 30, E0 and 41. RGB value is (48,224,65). Sum of RGB (Red+Green+Blue) = 48+224+65=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 224 (87.89% from 255 or 66.47% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 224 - color contains mainly: green. Hex color #30E041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E041 is #CF1FBE. Grayscale: #999999. Windows color (decimal): -13574079 or 4317232. OLE color: 4317232.
HSL color Cylindrical-coordinate representation of color #30E041: hue angle of 125.8º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E041 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 65 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.12 |
| HSL | 125.8º | 0.74% | 0.53% | - |
| HSV(B) | 125.8º | 0.79% | 0.88% | - |
| XYZ | 28.83 | 54.32 | 13.97 | - |
| YUV | 153.25 | 78.19 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 65 | 0.79 | 0 | 0.71 | 0.12 | 125.8 | 0.74 | 0.53 |
| Hex | 30 | E0 | 41 | 4F | 0 | 47 | C | 7E | 4A | 35 |
| Octal | 60 | 340 | 101 | 117 | 0 | 107 | 14 | 176 | 112 | 65 |
| Binary | 110000 | 11100000 | 1000001 | 1001111 | 0 | 1000111 | 1100 | 1111110 | 1001010 | 110101 |
Color Harmonies of #30E041
Complementary color
Monochromatic Colors of #30E041
Black with #30E041
Text Example
Text Example
White with #30E041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E041; }
p { color: rgb(48,224,65); }
H1.HeaderClassName
{
color: #30E041;
}
.AnyTagClassName
{
color: #30E041;
}
</style>
background-color css
<style>
a { background-color: #30E041; }
a { background-color: rgb(48,224,65); }
div.DivClassName
{
background-color: #30E041;
}
.BgClassName
{
background-color: #30E041;
}
</style>
border-color css
<style>
span { border-color: #30E041; }
span { border-color: rgb(48,224,65); }
td.TdClassName
{
border-color: #30E041;
}
.TagClassName
{
border-color: #30E041;
}
</style>