Shades of Lime Green #30ED44
Tints of Lime Green #30ED44
RGB
CMYK
RGB Variations
Color information
#30ED44 (or 0x30ED44) is known color: Lime Green. HEX triplet: 30, ED and 44. RGB value is (48,237,68). Sum of RGB (Red+Green+Blue) = 48+237+68=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 237 (92.97% from 255 or 67.14% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30ED44 is #CF12BB. Grayscale: #A1A1A1. Windows color (decimal): -13570748 or 4517168. OLE color: 4517168.
HSL color Cylindrical-coordinate representation of color #30ED44: hue angle of 126.35º 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 #30ED44 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 237 | 68 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.07 |
| HSL | 126.35º | 0.84% | 0.56% | - |
| HSV(B) | 126.35º | 0.8% | 0.93% | - |
| XYZ | 32.55 | 61.61 | 15.65 | - |
| YUV | 161.22 | 75.38 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 237 | 68 | 0.80 | 0 | 0.71 | 0.07 | 126.35 | 0.84 | 0.56 |
| Hex | 30 | ED | 44 | 50 | 0 | 47 | 7 | 7E | 54 | 38 |
| Octal | 60 | 355 | 104 | 120 | 0 | 107 | 7 | 176 | 124 | 70 |
| Binary | 110000 | 11101101 | 1000100 | 1010000 | 0 | 1000111 | 111 | 1111110 | 1010100 | 111000 |
Color Harmonies of #30ED44
Complementary color
Monochromatic Colors of #30ED44
Black with #30ED44
Text Example
Text Example
White with #30ED44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ED44; }
p { color: rgb(48,237,68); }
H1.HeaderClassName
{
color: #30ED44;
}
.AnyTagClassName
{
color: #30ED44;
}
</style>
background-color css
<style>
a { background-color: #30ED44; }
a { background-color: rgb(48,237,68); }
div.DivClassName
{
background-color: #30ED44;
}
.BgClassName
{
background-color: #30ED44;
}
</style>
border-color css
<style>
span { border-color: #30ED44; }
span { border-color: rgb(48,237,68); }
td.TdClassName
{
border-color: #30ED44;
}
.TagClassName
{
border-color: #30ED44;
}
</style>