Shades of Lime Green #30C63E
Tints of Lime Green #30C63E
RGB
CMYK
RGB Variations
Color information
#30C63E (or 0x30C63E) is known color: Lime Green. HEX triplet: 30, C6 and 3E. RGB value is (48,198,62). Sum of RGB (Red+Green+Blue) = 48+198+62=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 198 (77.73% from 255 or 64.29% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 198 - color contains mainly: green. Hex color #30C63E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C63E is #CF39C1. Grayscale: #8A8A8A. Windows color (decimal): -13580738 or 4113968. OLE color: 4113968.
HSL color Cylindrical-coordinate representation of color #30C63E: hue angle of 125.6º 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 #30C63E is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 62 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.22 |
| HSL | 125.6º | 0.61% | 0.48% | - |
| HSV(B) | 125.6º | 0.76% | 0.78% | - |
| XYZ | 22.28 | 41.36 | 11.37 | - |
| YUV | 137.65 | 85.31 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 62 | 0.76 | 0 | 0.69 | 0.22 | 125.6 | 0.61 | 0.48 |
| Hex | 30 | C6 | 3E | 4C | 0 | 45 | 16 | 7E | 3D | 30 |
| Octal | 60 | 306 | 76 | 114 | 0 | 105 | 26 | 176 | 75 | 60 |
| Binary | 110000 | 11000110 | 111110 | 1001100 | 0 | 1000101 | 10110 | 1111110 | 111101 | 110000 |
Color Harmonies of #30C63E
Complementary color
Monochromatic Colors of #30C63E
Black with #30C63E
Text Example
Text Example
White with #30C63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C63E; }
p { color: rgb(48,198,62); }
H1.HeaderClassName
{
color: #30C63E;
}
.AnyTagClassName
{
color: #30C63E;
}
</style>
background-color css
<style>
a { background-color: #30C63E; }
a { background-color: rgb(48,198,62); }
div.DivClassName
{
background-color: #30C63E;
}
.BgClassName
{
background-color: #30C63E;
}
</style>
border-color css
<style>
span { border-color: #30C63E; }
span { border-color: rgb(48,198,62); }
td.TdClassName
{
border-color: #30C63E;
}
.TagClassName
{
border-color: #30C63E;
}
</style>