Shades of Lime Green #30CC52
Tints of Lime Green #30CC52
RGB
CMYK
RGB Variations
Color information
#30CC52 (or 0x30CC52) is known color: Lime Green. HEX triplet: 30, CC and 52. RGB value is (48,204,82). Sum of RGB (Red+Green+Blue) = 48+204+82=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 204 (80.08% from 255 or 61.08% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 204 - color contains mainly: green. Hex color #30CC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CC52 is #CF33AD. Grayscale: #8F8F8F. Windows color (decimal): -13579182 or 5426224. OLE color: 5426224.
HSL color Cylindrical-coordinate representation of color #30CC52: hue angle of 133.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CC52 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 204 | 82 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.2 |
| HSL | 133.08º | 0.62% | 0.49% | - |
| HSV(B) | 133.08º | 0.76% | 0.8% | - |
| XYZ | 24.33 | 44.42 | 15.27 | - |
| YUV | 143.45 | 93.32 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 82 | 0.76 | 0 | 0.60 | 0.2 | 133.08 | 0.62 | 0.49 |
| Hex | 30 | CC | 52 | 4C | 0 | 3C | 14 | 85 | 3E | 31 |
| Octal | 60 | 314 | 122 | 114 | 0 | 74 | 24 | 205 | 76 | 61 |
| Binary | 110000 | 11001100 | 1010010 | 1001100 | 0 | 111100 | 10100 | 10000101 | 111110 | 110001 |
Color Harmonies of #30CC52
Complementary color
Monochromatic Colors of #30CC52
Black with #30CC52
Text Example
Text Example
White with #30CC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CC52; }
p { color: rgb(48,204,82); }
H1.HeaderClassName
{
color: #30CC52;
}
.AnyTagClassName
{
color: #30CC52;
}
</style>
background-color css
<style>
a { background-color: #30CC52; }
a { background-color: rgb(48,204,82); }
div.DivClassName
{
background-color: #30CC52;
}
.BgClassName
{
background-color: #30CC52;
}
</style>
border-color css
<style>
span { border-color: #30CC52; }
span { border-color: rgb(48,204,82); }
td.TdClassName
{
border-color: #30CC52;
}
.TagClassName
{
border-color: #30CC52;
}
</style>