Shades of Lime Green #30F136
Tints of Lime Green #30F136
RGB
CMYK
RGB Variations
Color information
#30F136 (or 0x30F136) is known color: Lime Green. HEX triplet: 30, F1 and 36. RGB value is (48,241,54). Sum of RGB (Red+Green+Blue) = 48+241+54=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 241 (94.53% from 255 or 70.26% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 241 - color contains mainly: green. Hex color #30F136 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F136 is #CF0EC9. Grayscale: #A2A2A2. Windows color (decimal): -13569738 or 3600688. OLE color: 3600688.
HSL color Cylindrical-coordinate representation of color #30F136: hue angle of 121.87º 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 #30F136 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 241 | 54 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.05 |
| HSL | 121.87º | 0.87% | 0.57% | - |
| HSV(B) | 121.87º | 0.8% | 0.95% | - |
| XYZ | 33.34 | 63.81 | 14.05 | - |
| YUV | 161.98 | 67.06 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 241 | 54 | 0.80 | 0 | 0.78 | 0.05 | 121.87 | 0.87 | 0.57 |
| Hex | 30 | F1 | 36 | 50 | 0 | 4E | 5 | 7A | 57 | 39 |
| Octal | 60 | 361 | 66 | 120 | 0 | 116 | 5 | 172 | 127 | 71 |
| Binary | 110000 | 11110001 | 110110 | 1010000 | 0 | 1001110 | 101 | 1111010 | 1010111 | 111001 |
Color Harmonies of #30F136
Complementary color
Monochromatic Colors of #30F136
Black with #30F136
Text Example
Text Example
White with #30F136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F136; }
p { color: rgb(48,241,54); }
H1.HeaderClassName
{
color: #30F136;
}
.AnyTagClassName
{
color: #30F136;
}
</style>
background-color css
<style>
a { background-color: #30F136; }
a { background-color: rgb(48,241,54); }
div.DivClassName
{
background-color: #30F136;
}
.BgClassName
{
background-color: #30F136;
}
</style>
border-color css
<style>
span { border-color: #30F136; }
span { border-color: rgb(48,241,54); }
td.TdClassName
{
border-color: #30F136;
}
.TagClassName
{
border-color: #30F136;
}
</style>