Shades of Lime Green #30D251
Tints of Lime Green #30D251
RGB
CMYK
RGB Variations
Color information
#30D251 (or 0x30D251) is known color: Lime Green. HEX triplet: 30, D2 and 51. RGB value is (48,210,81). Sum of RGB (Red+Green+Blue) = 48+210+81=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 210 (82.42% from 255 or 61.95% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 210 - color contains mainly: green. Hex color #30D251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D251 is #CF2DAE. Grayscale: #939393. Windows color (decimal): -13577647 or 5362224. OLE color: 5362224.
HSL color Cylindrical-coordinate representation of color #30D251: hue angle of 132.22º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D251 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 210 | 81 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.18 |
| HSL | 132.22º | 0.64% | 0.51% | - |
| HSV(B) | 132.22º | 0.77% | 0.82% | - |
| XYZ | 25.75 | 47.32 | 15.56 | - |
| YUV | 146.86 | 90.83 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 81 | 0.77 | 0 | 0.61 | 0.18 | 132.22 | 0.64 | 0.51 |
| Hex | 30 | D2 | 51 | 4D | 0 | 3D | 12 | 84 | 40 | 33 |
| Octal | 60 | 322 | 121 | 115 | 0 | 75 | 22 | 204 | 100 | 63 |
| Binary | 110000 | 11010010 | 1010001 | 1001101 | 0 | 111101 | 10010 | 10000100 | 1000000 | 110011 |
Color Harmonies of #30D251
Complementary color
Monochromatic Colors of #30D251
Black with #30D251
Text Example
Text Example
White with #30D251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D251; }
p { color: rgb(48,210,81); }
H1.HeaderClassName
{
color: #30D251;
}
.AnyTagClassName
{
color: #30D251;
}
</style>
background-color css
<style>
a { background-color: #30D251; }
a { background-color: rgb(48,210,81); }
div.DivClassName
{
background-color: #30D251;
}
.BgClassName
{
background-color: #30D251;
}
</style>
border-color css
<style>
span { border-color: #30D251; }
span { border-color: rgb(48,210,81); }
td.TdClassName
{
border-color: #30D251;
}
.TagClassName
{
border-color: #30D251;
}
</style>