Shades of Lime Green #30E83A
Tints of Lime Green #30E83A
RGB
CMYK
RGB Variations
Color information
#30E83A (or 0x30E83A) is known color: Lime Green. HEX triplet: 30, E8 and 3A. RGB value is (48,232,58). Sum of RGB (Red+Green+Blue) = 48+232+58=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 232 (91.02% from 255 or 68.64% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 232 - color contains mainly: green. Hex color #30E83A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30E83A is #CF17C5. Grayscale: #9D9D9D. Windows color (decimal): -13572038 or 3860528. OLE color: 3860528.
HSL color Cylindrical-coordinate representation of color #30E83A: hue angle of 123.26º 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 #30E83A is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 232 | 58 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.09 |
| HSL | 123.26º | 0.8% | 0.55% | - |
| HSV(B) | 123.26º | 0.79% | 0.91% | - |
| XYZ | 30.84 | 58.65 | 13.7 | - |
| YUV | 157.15 | 72.04 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 232 | 58 | 0.79 | 0 | 0.75 | 0.09 | 123.26 | 0.8 | 0.55 |
| Hex | 30 | E8 | 3A | 4F | 0 | 4B | 9 | 7B | 50 | 37 |
| Octal | 60 | 350 | 72 | 117 | 0 | 113 | 11 | 173 | 120 | 67 |
| Binary | 110000 | 11101000 | 111010 | 1001111 | 0 | 1001011 | 1001 | 1111011 | 1010000 | 110111 |
Color Harmonies of #30E83A
Complementary color
Monochromatic Colors of #30E83A
Black with #30E83A
Text Example
Text Example
White with #30E83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E83A; }
p { color: rgb(48,232,58); }
H1.HeaderClassName
{
color: #30E83A;
}
.AnyTagClassName
{
color: #30E83A;
}
</style>
background-color css
<style>
a { background-color: #30E83A; }
a { background-color: rgb(48,232,58); }
div.DivClassName
{
background-color: #30E83A;
}
.BgClassName
{
background-color: #30E83A;
}
</style>
border-color css
<style>
span { border-color: #30E83A; }
span { border-color: rgb(48,232,58); }
td.TdClassName
{
border-color: #30E83A;
}
.TagClassName
{
border-color: #30E83A;
}
</style>