Shades of Lime Green #30EA3E
Tints of Lime Green #30EA3E
RGB
CMYK
RGB Variations
Color information
#30EA3E (or 0x30EA3E) is known color: Lime Green. HEX triplet: 30, EA and 3E. RGB value is (48,234,62). Sum of RGB (Red+Green+Blue) = 48+234+62=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 234 (91.80% from 255 or 68.02% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EA3E is #CF15C1. Grayscale: #9F9F9F. Windows color (decimal): -13571522 or 4123184. OLE color: 4123184.
HSL color Cylindrical-coordinate representation of color #30EA3E: hue angle of 124.52º 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 #30EA3E is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 62 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.08 |
| HSL | 124.52º | 0.82% | 0.55% | - |
| HSV(B) | 124.52º | 0.79% | 0.92% | - |
| XYZ | 31.51 | 59.82 | 14.44 | - |
| YUV | 158.78 | 73.38 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 62 | 0.79 | 0 | 0.74 | 0.08 | 124.52 | 0.82 | 0.55 |
| Hex | 30 | EA | 3E | 4F | 0 | 4A | 8 | 7D | 52 | 37 |
| Octal | 60 | 352 | 76 | 117 | 0 | 112 | 10 | 175 | 122 | 67 |
| Binary | 110000 | 11101010 | 111110 | 1001111 | 0 | 1001010 | 1000 | 1111101 | 1010010 | 110111 |
Color Harmonies of #30EA3E
Complementary color
Monochromatic Colors of #30EA3E
Black with #30EA3E
Text Example
Text Example
White with #30EA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EA3E; }
p { color: rgb(48,234,62); }
H1.HeaderClassName
{
color: #30EA3E;
}
.AnyTagClassName
{
color: #30EA3E;
}
</style>
background-color css
<style>
a { background-color: #30EA3E; }
a { background-color: rgb(48,234,62); }
div.DivClassName
{
background-color: #30EA3E;
}
.BgClassName
{
background-color: #30EA3E;
}
</style>
border-color css
<style>
span { border-color: #30EA3E; }
span { border-color: rgb(48,234,62); }
td.TdClassName
{
border-color: #30EA3E;
}
.TagClassName
{
border-color: #30EA3E;
}
</style>