Shades of Lime Green #30F437
Tints of Lime Green #30F437
RGB
CMYK
RGB Variations
Color information
#30F437 (or 0x30F437) is known color: Lime Green. HEX triplet: 30, F4 and 37. RGB value is (48,244,55). Sum of RGB (Red+Green+Blue) = 48+244+55=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 244 (95.70% from 255 or 70.32% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 244 - color contains mainly: green. Hex color #30F437 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F437 is #CF0BC8. Grayscale: #A4A4A4. Windows color (decimal): -13568969 or 3666992. OLE color: 3666992.
HSL color Cylindrical-coordinate representation of color #30F437: hue angle of 122.14º degrees, saturation: 0.9, 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 #30F437 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 244 | 55 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.04 |
| HSL | 122.14º | 0.9% | 0.57% | - |
| HSV(B) | 122.14º | 0.8% | 0.96% | - |
| XYZ | 34.26 | 65.61 | 14.47 | - |
| YUV | 163.85 | 66.57 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 244 | 55 | 0.80 | 0 | 0.77 | 0.04 | 122.14 | 0.9 | 0.57 |
| Hex | 30 | F4 | 37 | 50 | 0 | 4D | 4 | 7A | 5A | 39 |
| Octal | 60 | 364 | 67 | 120 | 0 | 115 | 4 | 172 | 132 | 71 |
| Binary | 110000 | 11110100 | 110111 | 1010000 | 0 | 1001101 | 100 | 1111010 | 1011010 | 111001 |
Color Harmonies of #30F437
Complementary color
Monochromatic Colors of #30F437
Black with #30F437
Text Example
Text Example
White with #30F437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F437; }
p { color: rgb(48,244,55); }
H1.HeaderClassName
{
color: #30F437;
}
.AnyTagClassName
{
color: #30F437;
}
</style>
background-color css
<style>
a { background-color: #30F437; }
a { background-color: rgb(48,244,55); }
div.DivClassName
{
background-color: #30F437;
}
.BgClassName
{
background-color: #30F437;
}
</style>
border-color css
<style>
span { border-color: #30F437; }
span { border-color: rgb(48,244,55); }
td.TdClassName
{
border-color: #30F437;
}
.TagClassName
{
border-color: #30F437;
}
</style>