Shades of Lime Green #30D752
Tints of Lime Green #30D752
RGB
CMYK
RGB Variations
Color information
#30D752 (or 0x30D752) is known color: Lime Green. HEX triplet: 30, D7 and 52. RGB value is (48,215,82). Sum of RGB (Red+Green+Blue) = 48+215+82=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #30D752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D752 is #CF28AD. Grayscale: #969696. Windows color (decimal): -13576366 or 5429040. OLE color: 5429040.
HSL color Cylindrical-coordinate representation of color #30D752: hue angle of 132.22º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D752 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 82 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.16 |
| HSL | 132.22º | 0.68% | 0.52% | - |
| HSV(B) | 132.22º | 0.78% | 0.84% | - |
| XYZ | 27.04 | 49.84 | 16.18 | - |
| YUV | 149.91 | 89.67 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 82 | 0.78 | 0 | 0.62 | 0.16 | 132.22 | 0.68 | 0.52 |
| Hex | 30 | D7 | 52 | 4E | 0 | 3E | 10 | 84 | 44 | 34 |
| Octal | 60 | 327 | 122 | 116 | 0 | 76 | 20 | 204 | 104 | 64 |
| Binary | 110000 | 11010111 | 1010010 | 1001110 | 0 | 111110 | 10000 | 10000100 | 1000100 | 110100 |
Color Harmonies of #30D752
Complementary color
Monochromatic Colors of #30D752
Black with #30D752
Text Example
Text Example
White with #30D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D752; }
p { color: rgb(48,215,82); }
H1.HeaderClassName
{
color: #30D752;
}
.AnyTagClassName
{
color: #30D752;
}
</style>
background-color css
<style>
a { background-color: #30D752; }
a { background-color: rgb(48,215,82); }
div.DivClassName
{
background-color: #30D752;
}
.BgClassName
{
background-color: #30D752;
}
</style>
border-color css
<style>
span { border-color: #30D752; }
span { border-color: rgb(48,215,82); }
td.TdClassName
{
border-color: #30D752;
}
.TagClassName
{
border-color: #30D752;
}
</style>