Shades of Lime Green #30F538
Tints of Lime Green #30F538
RGB
CMYK
RGB Variations
Color information
#30F538 (or 0x30F538) is known color: Lime Green. HEX triplet: 30, F5 and 38. RGB value is (48,245,56). Sum of RGB (Red+Green+Blue) = 48+245+56=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 245 (96.09% from 255 or 70.20% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 245 - color contains mainly: green. Hex color #30F538 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F538 is #CF0AC7. Grayscale: #A5A5A5. Windows color (decimal): -13568712 or 3732784. OLE color: 3732784.
HSL color Cylindrical-coordinate representation of color #30F538: hue angle of 122.44º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F538 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 245 | 56 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.04 |
| HSL | 122.44º | 0.91% | 0.57% | - |
| HSV(B) | 122.44º | 0.8% | 0.96% | - |
| XYZ | 34.59 | 66.22 | 14.7 | - |
| YUV | 164.55 | 66.73 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 245 | 56 | 0.80 | 0 | 0.77 | 0.04 | 122.44 | 0.91 | 0.57 |
| Hex | 30 | F5 | 38 | 50 | 0 | 4D | 4 | 7A | 5B | 39 |
| Octal | 60 | 365 | 70 | 120 | 0 | 115 | 4 | 172 | 133 | 71 |
| Binary | 110000 | 11110101 | 111000 | 1010000 | 0 | 1001101 | 100 | 1111010 | 1011011 | 111001 |
Color Harmonies of #30F538
Complementary color
Monochromatic Colors of #30F538
Black with #30F538
Text Example
Text Example
White with #30F538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F538; }
p { color: rgb(48,245,56); }
H1.HeaderClassName
{
color: #30F538;
}
.AnyTagClassName
{
color: #30F538;
}
</style>
background-color css
<style>
a { background-color: #30F538; }
a { background-color: rgb(48,245,56); }
div.DivClassName
{
background-color: #30F538;
}
.BgClassName
{
background-color: #30F538;
}
</style>
border-color css
<style>
span { border-color: #30F538; }
span { border-color: rgb(48,245,56); }
td.TdClassName
{
border-color: #30F538;
}
.TagClassName
{
border-color: #30F538;
}
</style>