Shades of Lime Green #30D033
Tints of Lime Green #30D033
RGB
CMYK
RGB Variations
Color information
#30D033 (or 0x30D033) is known color: Lime Green. HEX triplet: 30, D0 and 33. RGB value is (48,208,51). Sum of RGB (Red+Green+Blue) = 48+208+51=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 208 (81.64% from 255 or 67.75% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 208 - color contains mainly: green. Hex color #30D033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D033 is #CF2FCC. Grayscale: #8E8E8E. Windows color (decimal): -13578189 or 3395632. OLE color: 3395632.
HSL color Cylindrical-coordinate representation of color #30D033: hue angle of 121.12º 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 #30D033 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 51 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.18 |
| HSL | 121.13º | 0.63% | 0.5% | - |
| HSV(B) | 121.13º | 0.77% | 0.82% | - |
| XYZ | 24.37 | 45.98 | 10.72 | - |
| YUV | 142.26 | 76.49 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 51 | 0.77 | 0 | 0.75 | 0.18 | 121.13 | 0.63 | 0.5 |
| Hex | 30 | D0 | 33 | 4D | 0 | 4B | 12 | 79 | 3F | 32 |
| Octal | 60 | 320 | 63 | 115 | 0 | 113 | 22 | 171 | 77 | 62 |
| Binary | 110000 | 11010000 | 110011 | 1001101 | 0 | 1001011 | 10010 | 1111001 | 111111 | 110010 |
Color Harmonies of #30D033
Complementary color
Monochromatic Colors of #30D033
Black with #30D033
Text Example
Text Example
White with #30D033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D033; }
p { color: rgb(48,208,51); }
H1.HeaderClassName
{
color: #30D033;
}
.AnyTagClassName
{
color: #30D033;
}
</style>
background-color css
<style>
a { background-color: #30D033; }
a { background-color: rgb(48,208,51); }
div.DivClassName
{
background-color: #30D033;
}
.BgClassName
{
background-color: #30D033;
}
</style>
border-color css
<style>
span { border-color: #30D033; }
span { border-color: rgb(48,208,51); }
td.TdClassName
{
border-color: #30D033;
}
.TagClassName
{
border-color: #30D033;
}
</style>