Shades of Lime Green #30C651
Tints of Lime Green #30C651
RGB
CMYK
RGB Variations
Color information
#30C651 (or 0x30C651) is known color: Lime Green. HEX triplet: 30, C6 and 51. RGB value is (48,198,81). Sum of RGB (Red+Green+Blue) = 48+198+81=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 198 (77.73% from 255 or 60.55% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 198 - color contains mainly: green. Hex color #30C651 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C651 is #CF39AE. Grayscale: #8C8C8C. Windows color (decimal): -13580719 or 5359152. OLE color: 5359152.
HSL color Cylindrical-coordinate representation of color #30C651: hue angle of 133.2º 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 #30C651 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 81 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.22 |
| HSL | 133.2º | 0.61% | 0.48% | - |
| HSV(B) | 133.2º | 0.76% | 0.78% | - |
| XYZ | 22.9 | 41.61 | 14.61 | - |
| YUV | 139.81 | 94.81 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 81 | 0.76 | 0 | 0.59 | 0.22 | 133.2 | 0.61 | 0.48 |
| Hex | 30 | C6 | 51 | 4C | 0 | 3B | 16 | 85 | 3D | 30 |
| Octal | 60 | 306 | 121 | 114 | 0 | 73 | 26 | 205 | 75 | 60 |
| Binary | 110000 | 11000110 | 1010001 | 1001100 | 0 | 111011 | 10110 | 10000101 | 111101 | 110000 |
Color Harmonies of #30C651
Complementary color
Monochromatic Colors of #30C651
Black with #30C651
Text Example
Text Example
White with #30C651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C651; }
p { color: rgb(48,198,81); }
H1.HeaderClassName
{
color: #30C651;
}
.AnyTagClassName
{
color: #30C651;
}
</style>
background-color css
<style>
a { background-color: #30C651; }
a { background-color: rgb(48,198,81); }
div.DivClassName
{
background-color: #30C651;
}
.BgClassName
{
background-color: #30C651;
}
</style>
border-color css
<style>
span { border-color: #30C651; }
span { border-color: rgb(48,198,81); }
td.TdClassName
{
border-color: #30C651;
}
.TagClassName
{
border-color: #30C651;
}
</style>