Shades of Lime Green #30C536
Tints of Lime Green #30C536
RGB
CMYK
RGB Variations
Color information
#30C536 (or 0x30C536) is known color: Lime Green. HEX triplet: 30, C5 and 36. RGB value is (48,197,54). Sum of RGB (Red+Green+Blue) = 48+197+54=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 197 (77.34% from 255 or 65.89% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 197 - color contains mainly: green. Hex color #30C536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C536 is #CF3AC9. Grayscale: #888888. Windows color (decimal): -13581002 or 3589424. OLE color: 3589424.
HSL color Cylindrical-coordinate representation of color #30C536: hue angle of 122.42º 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 #30C536 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 197 | 54 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.23 |
| HSL | 122.42º | 0.61% | 0.48% | - |
| HSV(B) | 122.42º | 0.76% | 0.77% | - |
| XYZ | 21.85 | 40.83 | 10.22 | - |
| YUV | 136.15 | 81.64 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 197 | 54 | 0.76 | 0 | 0.73 | 0.23 | 122.42 | 0.61 | 0.48 |
| Hex | 30 | C5 | 36 | 4C | 0 | 49 | 17 | 7A | 3D | 30 |
| Octal | 60 | 305 | 66 | 114 | 0 | 111 | 27 | 172 | 75 | 60 |
| Binary | 110000 | 11000101 | 110110 | 1001100 | 0 | 1001001 | 10111 | 1111010 | 111101 | 110000 |
Color Harmonies of #30C536
Complementary color
Monochromatic Colors of #30C536
Black with #30C536
Text Example
Text Example
White with #30C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C536; }
p { color: rgb(48,197,54); }
H1.HeaderClassName
{
color: #30C536;
}
.AnyTagClassName
{
color: #30C536;
}
</style>
background-color css
<style>
a { background-color: #30C536; }
a { background-color: rgb(48,197,54); }
div.DivClassName
{
background-color: #30C536;
}
.BgClassName
{
background-color: #30C536;
}
</style>
border-color css
<style>
span { border-color: #30C536; }
span { border-color: rgb(48,197,54); }
td.TdClassName
{
border-color: #30C536;
}
.TagClassName
{
border-color: #30C536;
}
</style>