Shades of Lime Green #30FF49
Tints of Lime Green #30FF49
RGB
CMYK
RGB Variations
Color information
#30FF49 (or 0x30FF49) is known color: Lime Green. HEX triplet: 30, FF and 49. RGB value is (48,255,73). Sum of RGB (Red+Green+Blue) = 48+255+73=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FF49 is #CF00B6. Grayscale: #ACACAC. Windows color (decimal): -13566135 or 4849456. OLE color: 4849456.
HSL color Cylindrical-coordinate representation of color #30FF49: hue angle of 127.25º 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 #30FF49 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 73 | - |
| CMYK | 0.81 | 0 | 0.71 | 0 |
| HSL | 127.25º | 1% | 0.59% | - |
| HSV(B) | 127.25º | 0.81% | 1% | - |
| XYZ | 38.18 | 72.63 | 18.31 | - |
| YUV | 172.36 | 71.92 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 73 | 0.81 | 0 | 0.71 | 0 | 127.25 | 1 | 0.59 |
| Hex | 30 | FF | 49 | 51 | 0 | 47 | 0 | 7F | 64 | 3B |
| Octal | 60 | 377 | 111 | 121 | 0 | 107 | 0 | 177 | 144 | 73 |
| Binary | 110000 | 11111111 | 1001001 | 1010001 | 0 | 1000111 | 0 | 1111111 | 1100100 | 111011 |
Color Harmonies of #30FF49
Complementary color
Monochromatic Colors of #30FF49
Black with #30FF49
Text Example
Text Example
White with #30FF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF49; }
p { color: rgb(48,255,73); }
H1.HeaderClassName
{
color: #30FF49;
}
.AnyTagClassName
{
color: #30FF49;
}
</style>
background-color css
<style>
a { background-color: #30FF49; }
a { background-color: rgb(48,255,73); }
div.DivClassName
{
background-color: #30FF49;
}
.BgClassName
{
background-color: #30FF49;
}
</style>
border-color css
<style>
span { border-color: #30FF49; }
span { border-color: rgb(48,255,73); }
td.TdClassName
{
border-color: #30FF49;
}
.TagClassName
{
border-color: #30FF49;
}
</style>