Shades of Lime Green #30F140
Tints of Lime Green #30F140
RGB
CMYK
RGB Variations
Color information
#30F140 (or 0x30F140) is known color: Lime Green. HEX triplet: 30, F1 and 40. RGB value is (48,241,64). Sum of RGB (Red+Green+Blue) = 48+241+64=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 241 (94.53% from 255 or 68.27% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 241 - color contains mainly: green. Hex color #30F140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F140 is #CF0EBF. Grayscale: #A3A3A3. Windows color (decimal): -13569728 or 4256048. OLE color: 4256048.
HSL color Cylindrical-coordinate representation of color #30F140: hue angle of 124.97º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F140 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 241 | 64 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.05 |
| HSL | 124.97º | 0.87% | 0.57% | - |
| HSV(B) | 124.97º | 0.8% | 0.95% | - |
| XYZ | 33.6 | 63.91 | 15.42 | - |
| YUV | 163.12 | 72.06 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 241 | 64 | 0.80 | 0 | 0.73 | 0.05 | 124.97 | 0.87 | 0.57 |
| Hex | 30 | F1 | 40 | 50 | 0 | 49 | 5 | 7D | 57 | 39 |
| Octal | 60 | 361 | 100 | 120 | 0 | 111 | 5 | 175 | 127 | 71 |
| Binary | 110000 | 11110001 | 1000000 | 1010000 | 0 | 1001001 | 101 | 1111101 | 1010111 | 111001 |
Color Harmonies of #30F140
Complementary color
Monochromatic Colors of #30F140
Black with #30F140
Text Example
Text Example
White with #30F140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F140; }
p { color: rgb(48,241,64); }
H1.HeaderClassName
{
color: #30F140;
}
.AnyTagClassName
{
color: #30F140;
}
</style>
background-color css
<style>
a { background-color: #30F140; }
a { background-color: rgb(48,241,64); }
div.DivClassName
{
background-color: #30F140;
}
.BgClassName
{
background-color: #30F140;
}
</style>
border-color css
<style>
span { border-color: #30F140; }
span { border-color: rgb(48,241,64); }
td.TdClassName
{
border-color: #30F140;
}
.TagClassName
{
border-color: #30F140;
}
</style>