Shades of Lime Green #30EA3A
Tints of Lime Green #30EA3A
RGB
CMYK
RGB Variations
Color information
#30EA3A (or 0x30EA3A) is known color: Lime Green. HEX triplet: 30, EA and 3A. RGB value is (48,234,58). Sum of RGB (Red+Green+Blue) = 48+234+58=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 234 (91.80% from 255 or 68.82% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EA3A is #CF15C5. Grayscale: #9E9E9E. Windows color (decimal): -13571526 or 3861040. OLE color: 3861040.
HSL color Cylindrical-coordinate representation of color #30EA3A: hue angle of 123.23º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30EA3A is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 58 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.08 |
| HSL | 123.23º | 0.82% | 0.55% | - |
| HSV(B) | 123.23º | 0.79% | 0.92% | - |
| XYZ | 31.41 | 59.78 | 13.89 | - |
| YUV | 158.32 | 71.38 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 58 | 0.79 | 0 | 0.75 | 0.08 | 123.23 | 0.82 | 0.55 |
| Hex | 30 | EA | 3A | 4F | 0 | 4B | 8 | 7B | 52 | 37 |
| Octal | 60 | 352 | 72 | 117 | 0 | 113 | 10 | 173 | 122 | 67 |
| Binary | 110000 | 11101010 | 111010 | 1001111 | 0 | 1001011 | 1000 | 1111011 | 1010010 | 110111 |
Color Harmonies of #30EA3A
Complementary color
Monochromatic Colors of #30EA3A
Black with #30EA3A
Text Example
Text Example
White with #30EA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EA3A; }
p { color: rgb(48,234,58); }
H1.HeaderClassName
{
color: #30EA3A;
}
.AnyTagClassName
{
color: #30EA3A;
}
</style>
background-color css
<style>
a { background-color: #30EA3A; }
a { background-color: rgb(48,234,58); }
div.DivClassName
{
background-color: #30EA3A;
}
.BgClassName
{
background-color: #30EA3A;
}
</style>
border-color css
<style>
span { border-color: #30EA3A; }
span { border-color: rgb(48,234,58); }
td.TdClassName
{
border-color: #30EA3A;
}
.TagClassName
{
border-color: #30EA3A;
}
</style>