Shades of Lime Green #30DA52
Tints of Lime Green #30DA52
RGB
CMYK
RGB Variations
Color information
#30DA52 (or 0x30DA52) is known color: Lime Green. HEX triplet: 30, DA and 52. RGB value is (48,218,82). Sum of RGB (Red+Green+Blue) = 48+218+82=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 218 (85.55% from 255 or 62.64% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DA52 is #CF25AD. Grayscale: #989898. Windows color (decimal): -13575598 or 5429808. OLE color: 5429808.
HSL color Cylindrical-coordinate representation of color #30DA52: hue angle of 132º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DA52 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 218 | 82 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.15 |
| HSL | 132º | 0.7% | 0.52% | - |
| HSV(B) | 132º | 0.78% | 0.85% | - |
| XYZ | 27.81 | 51.38 | 16.43 | - |
| YUV | 151.67 | 88.68 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 218 | 82 | 0.78 | 0 | 0.62 | 0.15 | 132 | 0.7 | 0.52 |
| Hex | 30 | DA | 52 | 4E | 0 | 3E | F | 84 | 46 | 34 |
| Octal | 60 | 332 | 122 | 116 | 0 | 76 | 17 | 204 | 106 | 64 |
| Binary | 110000 | 11011010 | 1010010 | 1001110 | 0 | 111110 | 1111 | 10000100 | 1000110 | 110100 |
Color Harmonies of #30DA52
Complementary color
Monochromatic Colors of #30DA52
Black with #30DA52
Text Example
Text Example
White with #30DA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DA52; }
p { color: rgb(48,218,82); }
H1.HeaderClassName
{
color: #30DA52;
}
.AnyTagClassName
{
color: #30DA52;
}
</style>
background-color css
<style>
a { background-color: #30DA52; }
a { background-color: rgb(48,218,82); }
div.DivClassName
{
background-color: #30DA52;
}
.BgClassName
{
background-color: #30DA52;
}
</style>
border-color css
<style>
span { border-color: #30DA52; }
span { border-color: rgb(48,218,82); }
td.TdClassName
{
border-color: #30DA52;
}
.TagClassName
{
border-color: #30DA52;
}
</style>