Shades of Lime Green #30C63B
Tints of Lime Green #30C63B
RGB
CMYK
RGB Variations
Color information
#30C63B (or 0x30C63B) is known color: Lime Green. HEX triplet: 30, C6 and 3B. RGB value is (48,198,59). Sum of RGB (Red+Green+Blue) = 48+198+59=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 198 (77.73% from 255 or 64.92% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 198 - color contains mainly: green. Hex color #30C63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C63B is #CF39C4. Grayscale: #898989. Windows color (decimal): -13580741 or 3917360. OLE color: 3917360.
HSL color Cylindrical-coordinate representation of color #30C63B: hue angle of 124.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C63B is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 59 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.22 |
| HSL | 124.4º | 0.61% | 0.48% | - |
| HSV(B) | 124.4º | 0.76% | 0.78% | - |
| XYZ | 22.2 | 41.33 | 10.95 | - |
| YUV | 137.3 | 83.81 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 59 | 0.76 | 0 | 0.70 | 0.22 | 124.4 | 0.61 | 0.48 |
| Hex | 30 | C6 | 3B | 4C | 0 | 46 | 16 | 7C | 3D | 30 |
| Octal | 60 | 306 | 73 | 114 | 0 | 106 | 26 | 174 | 75 | 60 |
| Binary | 110000 | 11000110 | 111011 | 1001100 | 0 | 1000110 | 10110 | 1111100 | 111101 | 110000 |
Color Harmonies of #30C63B
Complementary color
Monochromatic Colors of #30C63B
Black with #30C63B
Text Example
Text Example
White with #30C63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C63B; }
p { color: rgb(48,198,59); }
H1.HeaderClassName
{
color: #30C63B;
}
.AnyTagClassName
{
color: #30C63B;
}
</style>
background-color css
<style>
a { background-color: #30C63B; }
a { background-color: rgb(48,198,59); }
div.DivClassName
{
background-color: #30C63B;
}
.BgClassName
{
background-color: #30C63B;
}
</style>
border-color css
<style>
span { border-color: #30C63B; }
span { border-color: rgb(48,198,59); }
td.TdClassName
{
border-color: #30C63B;
}
.TagClassName
{
border-color: #30C63B;
}
</style>