Shades of Lime Green #30C532
Tints of Lime Green #30C532
RGB
CMYK
RGB Variations
Color information
#30C532 (or 0x30C532) is known color: Lime Green. HEX triplet: 30, C5 and 32. RGB value is (48,197,50). Sum of RGB (Red+Green+Blue) = 48+197+50=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 197 (77.34% from 255 or 66.78% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 197 - color contains mainly: green. Hex color #30C532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C532 is #CF3ACD. Grayscale: #888888. Windows color (decimal): -13581006 or 3327280. OLE color: 3327280.
HSL color Cylindrical-coordinate representation of color #30C532: hue angle of 120.81º 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 #30C532 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 197 | 50 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.23 |
| HSL | 120.81º | 0.61% | 0.48% | - |
| HSV(B) | 120.81º | 0.76% | 0.77% | - |
| XYZ | 21.76 | 40.79 | 9.74 | - |
| YUV | 135.69 | 79.64 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 197 | 50 | 0.76 | 0 | 0.75 | 0.23 | 120.81 | 0.61 | 0.48 |
| Hex | 30 | C5 | 32 | 4C | 0 | 4B | 17 | 79 | 3D | 30 |
| Octal | 60 | 305 | 62 | 114 | 0 | 113 | 27 | 171 | 75 | 60 |
| Binary | 110000 | 11000101 | 110010 | 1001100 | 0 | 1001011 | 10111 | 1111001 | 111101 | 110000 |
Color Harmonies of #30C532
Complementary color
Monochromatic Colors of #30C532
Black with #30C532
Text Example
Text Example
White with #30C532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C532; }
p { color: rgb(48,197,50); }
H1.HeaderClassName
{
color: #30C532;
}
.AnyTagClassName
{
color: #30C532;
}
</style>
background-color css
<style>
a { background-color: #30C532; }
a { background-color: rgb(48,197,50); }
div.DivClassName
{
background-color: #30C532;
}
.BgClassName
{
background-color: #30C532;
}
</style>
border-color css
<style>
span { border-color: #30C532; }
span { border-color: rgb(48,197,50); }
td.TdClassName
{
border-color: #30C532;
}
.TagClassName
{
border-color: #30C532;
}
</style>