Shades of Lime Green #30ED4D
Tints of Lime Green #30ED4D
RGB
CMYK
RGB Variations
Color information
#30ED4D (or 0x30ED4D) is known color: Lime Green. HEX triplet: 30, ED and 4D. RGB value is (48,237,77). Sum of RGB (Red+Green+Blue) = 48+237+77=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 237 (92.97% from 255 or 65.47% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30ED4D is #CF12B2. Grayscale: #A2A2A2. Windows color (decimal): -13570739 or 5106992. OLE color: 5106992.
HSL color Cylindrical-coordinate representation of color #30ED4D: hue angle of 129.21º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ED4D is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 237 | 77 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.07 |
| HSL | 129.21º | 0.84% | 0.56% | - |
| HSV(B) | 129.21º | 0.8% | 0.93% | - |
| XYZ | 32.84 | 61.73 | 17.21 | - |
| YUV | 162.25 | 79.88 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 237 | 77 | 0.80 | 0 | 0.68 | 0.07 | 129.21 | 0.84 | 0.56 |
| Hex | 30 | ED | 4D | 50 | 0 | 44 | 7 | 81 | 54 | 38 |
| Octal | 60 | 355 | 115 | 120 | 0 | 104 | 7 | 201 | 124 | 70 |
| Binary | 110000 | 11101101 | 1001101 | 1010000 | 0 | 1000100 | 111 | 10000001 | 1010100 | 111000 |
Color Harmonies of #30ED4D
Complementary color
Monochromatic Colors of #30ED4D
Black with #30ED4D
Text Example
Text Example
White with #30ED4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ED4D; }
p { color: rgb(48,237,77); }
H1.HeaderClassName
{
color: #30ED4D;
}
.AnyTagClassName
{
color: #30ED4D;
}
</style>
background-color css
<style>
a { background-color: #30ED4D; }
a { background-color: rgb(48,237,77); }
div.DivClassName
{
background-color: #30ED4D;
}
.BgClassName
{
background-color: #30ED4D;
}
</style>
border-color css
<style>
span { border-color: #30ED4D; }
span { border-color: rgb(48,237,77); }
td.TdClassName
{
border-color: #30ED4D;
}
.TagClassName
{
border-color: #30ED4D;
}
</style>