Shades of Lime Green #30E840
Tints of Lime Green #30E840
RGB
CMYK
RGB Variations
Color information
#30E840 (or 0x30E840) is known color: Lime Green. HEX triplet: 30, E8 and 40. RGB value is (48,232,64). Sum of RGB (Red+Green+Blue) = 48+232+64=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 232 (91.02% from 255 or 67.44% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 232 - color contains mainly: green. Hex color #30E840 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30E840 is #CF17BF. Grayscale: #9E9E9E. Windows color (decimal): -13572032 or 4253744. OLE color: 4253744.
HSL color Cylindrical-coordinate representation of color #30E840: hue angle of 125.22º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E840 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 232 | 64 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.09 |
| HSL | 125.22º | 0.8% | 0.55% | - |
| HSV(B) | 125.22º | 0.79% | 0.91% | - |
| XYZ | 31 | 58.71 | 14.55 | - |
| YUV | 157.83 | 75.04 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 232 | 64 | 0.79 | 0 | 0.72 | 0.09 | 125.22 | 0.8 | 0.55 |
| Hex | 30 | E8 | 40 | 4F | 0 | 48 | 9 | 7D | 50 | 37 |
| Octal | 60 | 350 | 100 | 117 | 0 | 110 | 11 | 175 | 120 | 67 |
| Binary | 110000 | 11101000 | 1000000 | 1001111 | 0 | 1001000 | 1001 | 1111101 | 1010000 | 110111 |
Color Harmonies of #30E840
Complementary color
Monochromatic Colors of #30E840
Black with #30E840
Text Example
Text Example
White with #30E840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E840; }
p { color: rgb(48,232,64); }
H1.HeaderClassName
{
color: #30E840;
}
.AnyTagClassName
{
color: #30E840;
}
</style>
background-color css
<style>
a { background-color: #30E840; }
a { background-color: rgb(48,232,64); }
div.DivClassName
{
background-color: #30E840;
}
.BgClassName
{
background-color: #30E840;
}
</style>
border-color css
<style>
span { border-color: #30E840; }
span { border-color: rgb(48,232,64); }
td.TdClassName
{
border-color: #30E840;
}
.TagClassName
{
border-color: #30E840;
}
</style>