Shades of Lime Green #30D332
Tints of Lime Green #30D332
RGB
CMYK
RGB Variations
Color information
#30D332 (or 0x30D332) is known color: Lime Green. HEX triplet: 30, D3 and 32. RGB value is (48,211,50). Sum of RGB (Red+Green+Blue) = 48+211+50=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 211 (82.81% from 255 or 68.28% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 211 - color contains mainly: green. Hex color #30D332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D332 is #CF2CCD. Grayscale: #909090. Windows color (decimal): -13577422 or 3330864. OLE color: 3330864.
HSL color Cylindrical-coordinate representation of color #30D332: hue angle of 120.74º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D332 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 211 | 50 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.17 |
| HSL | 120.74º | 0.65% | 0.51% | - |
| HSV(B) | 120.74º | 0.77% | 0.83% | - |
| XYZ | 25.09 | 47.45 | 10.85 | - |
| YUV | 143.91 | 75 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 211 | 50 | 0.77 | 0 | 0.76 | 0.17 | 120.74 | 0.65 | 0.51 |
| Hex | 30 | D3 | 32 | 4D | 0 | 4C | 11 | 79 | 41 | 33 |
| Octal | 60 | 323 | 62 | 115 | 0 | 114 | 21 | 171 | 101 | 63 |
| Binary | 110000 | 11010011 | 110010 | 1001101 | 0 | 1001100 | 10001 | 1111001 | 1000001 | 110011 |
Color Harmonies of #30D332
Complementary color
Monochromatic Colors of #30D332
Black with #30D332
Text Example
Text Example
White with #30D332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D332; }
p { color: rgb(48,211,50); }
H1.HeaderClassName
{
color: #30D332;
}
.AnyTagClassName
{
color: #30D332;
}
</style>
background-color css
<style>
a { background-color: #30D332; }
a { background-color: rgb(48,211,50); }
div.DivClassName
{
background-color: #30D332;
}
.BgClassName
{
background-color: #30D332;
}
</style>
border-color css
<style>
span { border-color: #30D332; }
span { border-color: rgb(48,211,50); }
td.TdClassName
{
border-color: #30D332;
}
.TagClassName
{
border-color: #30D332;
}
</style>