Shades of Lime Green #30C552
Tints of Lime Green #30C552
RGB
CMYK
RGB Variations
Color information
#30C552 (or 0x30C552) is known color: Lime Green. HEX triplet: 30, C5 and 52. RGB value is (48,197,82). Sum of RGB (Red+Green+Blue) = 48+197+82=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 197 (77.34% from 255 or 60.24% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 197 - color contains mainly: green. Hex color #30C552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C552 is #CF3AAD. Grayscale: #8B8B8B. Windows color (decimal): -13580974 or 5424432. OLE color: 5424432.
HSL color Cylindrical-coordinate representation of color #30C552: hue angle of 133.69º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C552 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 197 | 82 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.23 |
| HSL | 133.69º | 0.61% | 0.48% | - |
| HSV(B) | 133.69º | 0.76% | 0.77% | - |
| XYZ | 22.71 | 41.17 | 14.73 | - |
| YUV | 139.34 | 95.64 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 197 | 82 | 0.76 | 0 | 0.58 | 0.23 | 133.69 | 0.61 | 0.48 |
| Hex | 30 | C5 | 52 | 4C | 0 | 3A | 17 | 86 | 3D | 30 |
| Octal | 60 | 305 | 122 | 114 | 0 | 72 | 27 | 206 | 75 | 60 |
| Binary | 110000 | 11000101 | 1010010 | 1001100 | 0 | 111010 | 10111 | 10000110 | 111101 | 110000 |
Color Harmonies of #30C552
Complementary color
Monochromatic Colors of #30C552
Black with #30C552
Text Example
Text Example
White with #30C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C552; }
p { color: rgb(48,197,82); }
H1.HeaderClassName
{
color: #30C552;
}
.AnyTagClassName
{
color: #30C552;
}
</style>
background-color css
<style>
a { background-color: #30C552; }
a { background-color: rgb(48,197,82); }
div.DivClassName
{
background-color: #30C552;
}
.BgClassName
{
background-color: #30C552;
}
</style>
border-color css
<style>
span { border-color: #30C552; }
span { border-color: rgb(48,197,82); }
td.TdClassName
{
border-color: #30C552;
}
.TagClassName
{
border-color: #30C552;
}
</style>