Shades of Lime Green #30E040
Tints of Lime Green #30E040
RGB
CMYK
RGB Variations
Color information
#30E040 (or 0x30E040) is known color: Lime Green. HEX triplet: 30, E0 and 40. RGB value is (48,224,64). Sum of RGB (Red+Green+Blue) = 48+224+64=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 224 (87.89% from 255 or 66.67% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 224 - color contains mainly: green. Hex color #30E040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E040 is #CF1FBF. Grayscale: #999999. Windows color (decimal): -13574080 or 4251696. OLE color: 4251696.
HSL color Cylindrical-coordinate representation of color #30E040: hue angle of 125.45º 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 #30E040 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 64 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.12 |
| HSL | 125.45º | 0.74% | 0.53% | - |
| HSV(B) | 125.45º | 0.79% | 0.88% | - |
| XYZ | 28.8 | 54.31 | 13.82 | - |
| YUV | 153.14 | 77.69 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 64 | 0.79 | 0 | 0.71 | 0.12 | 125.45 | 0.74 | 0.53 |
| Hex | 30 | E0 | 40 | 4F | 0 | 47 | C | 7D | 4A | 35 |
| Octal | 60 | 340 | 100 | 117 | 0 | 107 | 14 | 175 | 112 | 65 |
| Binary | 110000 | 11100000 | 1000000 | 1001111 | 0 | 1000111 | 1100 | 1111101 | 1001010 | 110101 |
Color Harmonies of #30E040
Complementary color
Monochromatic Colors of #30E040
Black with #30E040
Text Example
Text Example
White with #30E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E040; }
p { color: rgb(48,224,64); }
H1.HeaderClassName
{
color: #30E040;
}
.AnyTagClassName
{
color: #30E040;
}
</style>
background-color css
<style>
a { background-color: #30E040; }
a { background-color: rgb(48,224,64); }
div.DivClassName
{
background-color: #30E040;
}
.BgClassName
{
background-color: #30E040;
}
</style>
border-color css
<style>
span { border-color: #30E040; }
span { border-color: rgb(48,224,64); }
td.TdClassName
{
border-color: #30E040;
}
.TagClassName
{
border-color: #30E040;
}
</style>