Shades of Lime Green #30D249
Tints of Lime Green #30D249
RGB
CMYK
RGB Variations
Color information
#30D249 (or 0x30D249) is known color: Lime Green. HEX triplet: 30, D2 and 49. RGB value is (48,210,73). Sum of RGB (Red+Green+Blue) = 48+210+73=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #30D249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D249 is #CF2DB6. Grayscale: #929292. Windows color (decimal): -13577655 or 4837936. OLE color: 4837936.
HSL color Cylindrical-coordinate representation of color #30D249: hue angle of 129.26º 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 #30D249 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 210 | 73 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.18 |
| HSL | 129.26º | 0.64% | 0.51% | - |
| HSV(B) | 129.26º | 0.77% | 0.82% | - |
| XYZ | 25.47 | 47.2 | 14.07 | - |
| YUV | 145.94 | 86.83 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 73 | 0.77 | 0 | 0.65 | 0.18 | 129.26 | 0.64 | 0.51 |
| Hex | 30 | D2 | 49 | 4D | 0 | 41 | 12 | 81 | 40 | 33 |
| Octal | 60 | 322 | 111 | 115 | 0 | 101 | 22 | 201 | 100 | 63 |
| Binary | 110000 | 11010010 | 1001001 | 1001101 | 0 | 1000001 | 10010 | 10000001 | 1000000 | 110011 |
Color Harmonies of #30D249
Complementary color
Monochromatic Colors of #30D249
Black with #30D249
Text Example
Text Example
White with #30D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D249; }
p { color: rgb(48,210,73); }
H1.HeaderClassName
{
color: #30D249;
}
.AnyTagClassName
{
color: #30D249;
}
</style>
background-color css
<style>
a { background-color: #30D249; }
a { background-color: rgb(48,210,73); }
div.DivClassName
{
background-color: #30D249;
}
.BgClassName
{
background-color: #30D249;
}
</style>
border-color css
<style>
span { border-color: #30D249; }
span { border-color: rgb(48,210,73); }
td.TdClassName
{
border-color: #30D249;
}
.TagClassName
{
border-color: #30D249;
}
</style>