Shades of Lime Green #30F73F
Tints of Lime Green #30F73F
RGB
CMYK
RGB Variations
Color information
#30F73F (or 0x30F73F) is known color: Lime Green. HEX triplet: 30, F7 and 3F. RGB value is (48,247,63). Sum of RGB (Red+Green+Blue) = 48+247+63=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 247 (96.88% from 255 or 68.99% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 247 - color contains mainly: green. Hex color #30F73F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F73F is #CF08C0. Grayscale: #A7A7A7. Windows color (decimal): -13568193 or 4192048. OLE color: 4192048.
HSL color Cylindrical-coordinate representation of color #30F73F: hue angle of 124.52º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F73F is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 247 | 63 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.03 |
| HSL | 124.52º | 0.93% | 0.58% | - |
| HSV(B) | 124.52º | 0.81% | 0.97% | - |
| XYZ | 35.38 | 67.51 | 15.87 | - |
| YUV | 166.52 | 69.57 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 247 | 63 | 0.81 | 0 | 0.74 | 0.03 | 124.52 | 0.93 | 0.58 |
| Hex | 30 | F7 | 3F | 51 | 0 | 4A | 3 | 7D | 5D | 3A |
| Octal | 60 | 367 | 77 | 121 | 0 | 112 | 3 | 175 | 135 | 72 |
| Binary | 110000 | 11110111 | 111111 | 1010001 | 0 | 1001010 | 11 | 1111101 | 1011101 | 111010 |
Color Harmonies of #30F73F
Complementary color
Monochromatic Colors of #30F73F
Black with #30F73F
Text Example
Text Example
White with #30F73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F73F; }
p { color: rgb(48,247,63); }
H1.HeaderClassName
{
color: #30F73F;
}
.AnyTagClassName
{
color: #30F73F;
}
</style>
background-color css
<style>
a { background-color: #30F73F; }
a { background-color: rgb(48,247,63); }
div.DivClassName
{
background-color: #30F73F;
}
.BgClassName
{
background-color: #30F73F;
}
</style>
border-color css
<style>
span { border-color: #30F73F; }
span { border-color: rgb(48,247,63); }
td.TdClassName
{
border-color: #30F73F;
}
.TagClassName
{
border-color: #30F73F;
}
</style>