Shades of Lime Green #30F04B
Tints of Lime Green #30F04B
RGB
CMYK
RGB Variations
Color information
#30F04B (or 0x30F04B) is known color: Lime Green. HEX triplet: 30, F0 and 4B. RGB value is (48,240,75). Sum of RGB (Red+Green+Blue) = 48+240+75=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #30F04B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F04B is #CF0FB4. Grayscale: #A4A4A4. Windows color (decimal): -13569973 or 4976688. OLE color: 4976688.
HSL color Cylindrical-coordinate representation of color #30F04B: hue angle of 128.44º 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 #30F04B is Cyan = 0.8, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 240 | 75 | - |
| CMYK | 0.8 | 0 | 0.69 | 0.06 |
| HSL | 128.44º | 0.86% | 0.56% | - |
| HSV(B) | 128.44º | 0.8% | 0.94% | - |
| XYZ | 33.65 | 63.46 | 17.13 | - |
| YUV | 163.78 | 77.89 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 240 | 75 | 0.8 | 0 | 0.69 | 0.06 | 128.44 | 0.86 | 0.56 |
| Hex | 30 | F0 | 4B | 50 | 0 | 45 | 6 | 80 | 56 | 38 |
| Octal | 60 | 360 | 113 | 120 | 0 | 105 | 6 | 200 | 126 | 70 |
| Binary | 110000 | 11110000 | 1001011 | 1010000 | 0 | 1000101 | 110 | 10000000 | 1010110 | 111000 |
Color Harmonies of #30F04B
Complementary color
Monochromatic Colors of #30F04B
Black with #30F04B
Text Example
Text Example
White with #30F04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F04B; }
p { color: rgb(48,240,75); }
H1.HeaderClassName
{
color: #30F04B;
}
.AnyTagClassName
{
color: #30F04B;
}
</style>
background-color css
<style>
a { background-color: #30F04B; }
a { background-color: rgb(48,240,75); }
div.DivClassName
{
background-color: #30F04B;
}
.BgClassName
{
background-color: #30F04B;
}
</style>
border-color css
<style>
span { border-color: #30F04B; }
span { border-color: rgb(48,240,75); }
td.TdClassName
{
border-color: #30F04B;
}
.TagClassName
{
border-color: #30F04B;
}
</style>