Shades of Lime Green #30D032
Tints of Lime Green #30D032
RGB
CMYK
RGB Variations
Color information
#30D032 (or 0x30D032) is known color: Lime Green. HEX triplet: 30, D0 and 32. RGB value is (48,208,50). Sum of RGB (Red+Green+Blue) = 48+208+50=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 208 (81.64% from 255 or 67.97% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 208 - color contains mainly: green. Hex color #30D032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D032 is #CF2FCD. Grayscale: #8E8E8E. Windows color (decimal): -13578190 or 3330096. OLE color: 3330096.
HSL color Cylindrical-coordinate representation of color #30D032: hue angle of 120.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D032 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 50 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.18 |
| HSL | 120.75º | 0.63% | 0.5% | - |
| HSV(B) | 120.75º | 0.77% | 0.82% | - |
| XYZ | 24.35 | 45.97 | 10.61 | - |
| YUV | 142.15 | 75.99 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 50 | 0.77 | 0 | 0.76 | 0.18 | 120.75 | 0.63 | 0.5 |
| Hex | 30 | D0 | 32 | 4D | 0 | 4C | 12 | 79 | 3F | 32 |
| Octal | 60 | 320 | 62 | 115 | 0 | 114 | 22 | 171 | 77 | 62 |
| Binary | 110000 | 11010000 | 110010 | 1001101 | 0 | 1001100 | 10010 | 1111001 | 111111 | 110010 |
Color Harmonies of #30D032
Complementary color
Monochromatic Colors of #30D032
Black with #30D032
Text Example
Text Example
White with #30D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D032; }
p { color: rgb(48,208,50); }
H1.HeaderClassName
{
color: #30D032;
}
.AnyTagClassName
{
color: #30D032;
}
</style>
background-color css
<style>
a { background-color: #30D032; }
a { background-color: rgb(48,208,50); }
div.DivClassName
{
background-color: #30D032;
}
.BgClassName
{
background-color: #30D032;
}
</style>
border-color css
<style>
span { border-color: #30D032; }
span { border-color: rgb(48,208,50); }
td.TdClassName
{
border-color: #30D032;
}
.TagClassName
{
border-color: #30D032;
}
</style>