Shades of Lime Green #30DB52
Tints of Lime Green #30DB52
RGB
CMYK
RGB Variations
Color information
#30DB52 (or 0x30DB52) is known color: Lime Green. HEX triplet: 30, DB and 52. RGB value is (48,219,82). Sum of RGB (Red+Green+Blue) = 48+219+82=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 219 (85.94% from 255 or 62.75% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 219 - color contains mainly: green. Hex color #30DB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DB52 is #CF24AD. Grayscale: #989898. Windows color (decimal): -13575342 or 5430064. OLE color: 5430064.
HSL color Cylindrical-coordinate representation of color #30DB52: hue angle of 131.93º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DB52 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 219 | 82 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.14 |
| HSL | 131.93º | 0.7% | 0.52% | - |
| HSV(B) | 131.93º | 0.78% | 0.86% | - |
| XYZ | 28.07 | 51.9 | 16.52 | - |
| YUV | 152.25 | 88.35 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 82 | 0.78 | 0 | 0.63 | 0.14 | 131.93 | 0.7 | 0.52 |
| Hex | 30 | DB | 52 | 4E | 0 | 3F | E | 84 | 46 | 34 |
| Octal | 60 | 333 | 122 | 116 | 0 | 77 | 16 | 204 | 106 | 64 |
| Binary | 110000 | 11011011 | 1010010 | 1001110 | 0 | 111111 | 1110 | 10000100 | 1000110 | 110100 |
Color Harmonies of #30DB52
Complementary color
Monochromatic Colors of #30DB52
Black with #30DB52
Text Example
Text Example
White with #30DB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DB52; }
p { color: rgb(48,219,82); }
H1.HeaderClassName
{
color: #30DB52;
}
.AnyTagClassName
{
color: #30DB52;
}
</style>
background-color css
<style>
a { background-color: #30DB52; }
a { background-color: rgb(48,219,82); }
div.DivClassName
{
background-color: #30DB52;
}
.BgClassName
{
background-color: #30DB52;
}
</style>
border-color css
<style>
span { border-color: #30DB52; }
span { border-color: rgb(48,219,82); }
td.TdClassName
{
border-color: #30DB52;
}
.TagClassName
{
border-color: #30DB52;
}
</style>