Shades of Lime Green #30EA4D
Tints of Lime Green #30EA4D
RGB
CMYK
RGB Variations
Color information
#30EA4D (or 0x30EA4D) is known color: Lime Green. HEX triplet: 30, EA and 4D. RGB value is (48,234,77). Sum of RGB (Red+Green+Blue) = 48+234+77=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 234 (91.80% from 255 or 65.18% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EA4D is #CF15B2. Grayscale: #A0A0A0. Windows color (decimal): -13571507 or 5106224. OLE color: 5106224.
HSL color Cylindrical-coordinate representation of color #30EA4D: hue angle of 129.35º 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 #30EA4D is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 77 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.08 |
| HSL | 129.35º | 0.82% | 0.55% | - |
| HSV(B) | 129.35º | 0.79% | 0.92% | - |
| XYZ | 31.98 | 60.01 | 16.92 | - |
| YUV | 160.49 | 80.88 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 77 | 0.79 | 0 | 0.67 | 0.08 | 129.35 | 0.82 | 0.55 |
| Hex | 30 | EA | 4D | 4F | 0 | 43 | 8 | 81 | 52 | 37 |
| Octal | 60 | 352 | 115 | 117 | 0 | 103 | 10 | 201 | 122 | 67 |
| Binary | 110000 | 11101010 | 1001101 | 1001111 | 0 | 1000011 | 1000 | 10000001 | 1010010 | 110111 |
Color Harmonies of #30EA4D
Complementary color
Monochromatic Colors of #30EA4D
Black with #30EA4D
Text Example
Text Example
White with #30EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EA4D; }
p { color: rgb(48,234,77); }
H1.HeaderClassName
{
color: #30EA4D;
}
.AnyTagClassName
{
color: #30EA4D;
}
</style>
background-color css
<style>
a { background-color: #30EA4D; }
a { background-color: rgb(48,234,77); }
div.DivClassName
{
background-color: #30EA4D;
}
.BgClassName
{
background-color: #30EA4D;
}
</style>
border-color css
<style>
span { border-color: #30EA4D; }
span { border-color: rgb(48,234,77); }
td.TdClassName
{
border-color: #30EA4D;
}
.TagClassName
{
border-color: #30EA4D;
}
</style>