Shades of Lime Green #30FF47
Tints of Lime Green #30FF47
RGB
CMYK
RGB Variations
Color information
#30FF47 (or 0x30FF47) is known color: Lime Green. HEX triplet: 30, FF and 47. RGB value is (48,255,71). Sum of RGB (Red+Green+Blue) = 48+255+71=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FF47 is #CF00B8. Grayscale: #ACACAC. Windows color (decimal): -13566137 or 4718384. OLE color: 4718384.
HSL color Cylindrical-coordinate representation of color #30FF47: hue angle of 126.67º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FF47 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 71 | - |
| CMYK | 0.81 | 0 | 0.72 | 0 |
| HSL | 126.67º | 1% | 0.59% | - |
| HSV(B) | 126.67º | 0.81% | 1% | - |
| XYZ | 38.12 | 72.6 | 17.97 | - |
| YUV | 172.13 | 70.92 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 71 | 0.81 | 0 | 0.72 | 0 | 126.67 | 1 | 0.59 |
| Hex | 30 | FF | 47 | 51 | 0 | 48 | 0 | 7F | 64 | 3B |
| Octal | 60 | 377 | 107 | 121 | 0 | 110 | 0 | 177 | 144 | 73 |
| Binary | 110000 | 11111111 | 1000111 | 1010001 | 0 | 1001000 | 0 | 1111111 | 1100100 | 111011 |
Color Harmonies of #30FF47
Complementary color
Monochromatic Colors of #30FF47
Black with #30FF47
Text Example
Text Example
White with #30FF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF47; }
p { color: rgb(48,255,71); }
H1.HeaderClassName
{
color: #30FF47;
}
.AnyTagClassName
{
color: #30FF47;
}
</style>
background-color css
<style>
a { background-color: #30FF47; }
a { background-color: rgb(48,255,71); }
div.DivClassName
{
background-color: #30FF47;
}
.BgClassName
{
background-color: #30FF47;
}
</style>
border-color css
<style>
span { border-color: #30FF47; }
span { border-color: rgb(48,255,71); }
td.TdClassName
{
border-color: #30FF47;
}
.TagClassName
{
border-color: #30FF47;
}
</style>