Shades of Lime Green #30EF47
Tints of Lime Green #30EF47
RGB
CMYK
RGB Variations
Color information
#30EF47 (or 0x30EF47) is known color: Lime Green. HEX triplet: 30, EF and 47. RGB value is (48,239,71). Sum of RGB (Red+Green+Blue) = 48+239+71=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 239 (93.75% from 255 or 66.76% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 239 - color contains mainly: green. Hex color #30EF47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EF47 is #CF10B8. Grayscale: #A3A3A3. Windows color (decimal): -13570233 or 4714288. OLE color: 4714288.
HSL color Cylindrical-coordinate representation of color #30EF47: hue angle of 127.23º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EF47 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 239 | 71 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.06 |
| HSL | 127.23º | 0.86% | 0.56% | - |
| HSV(B) | 127.23º | 0.8% | 0.94% | - |
| XYZ | 33.22 | 62.82 | 16.33 | - |
| YUV | 162.74 | 76.22 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 239 | 71 | 0.80 | 0 | 0.70 | 0.06 | 127.23 | 0.86 | 0.56 |
| Hex | 30 | EF | 47 | 50 | 0 | 46 | 6 | 7F | 56 | 38 |
| Octal | 60 | 357 | 107 | 120 | 0 | 106 | 6 | 177 | 126 | 70 |
| Binary | 110000 | 11101111 | 1000111 | 1010000 | 0 | 1000110 | 110 | 1111111 | 1010110 | 111000 |
Color Harmonies of #30EF47
Complementary color
Monochromatic Colors of #30EF47
Black with #30EF47
Text Example
Text Example
White with #30EF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EF47; }
p { color: rgb(48,239,71); }
H1.HeaderClassName
{
color: #30EF47;
}
.AnyTagClassName
{
color: #30EF47;
}
</style>
background-color css
<style>
a { background-color: #30EF47; }
a { background-color: rgb(48,239,71); }
div.DivClassName
{
background-color: #30EF47;
}
.BgClassName
{
background-color: #30EF47;
}
</style>
border-color css
<style>
span { border-color: #30EF47; }
span { border-color: rgb(48,239,71); }
td.TdClassName
{
border-color: #30EF47;
}
.TagClassName
{
border-color: #30EF47;
}
</style>