Shades of Lime Green #30C815
Tints of Lime Green #30C815
RGB
CMYK
RGB Variations
Color information
#30C815 (or 0x30C815) is known color: Lime Green. HEX triplet: 30, C8 and 15. RGB value is (48,200,21). Sum of RGB (Red+Green+Blue) = 48+200+21=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #30C815 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C815 is #CF37EA. Grayscale: #868686. Windows color (decimal): -13580267 or 1427504. OLE color: 1427504.
HSL color Cylindrical-coordinate representation of color #30C815: hue angle of 110.95º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30C815 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 200 | 21 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.22 |
| HSL | 110.95º | 0.81% | 0.43% | - |
| HSV(B) | 110.95º | 0.9% | 0.78% | - |
| XYZ | 22.01 | 41.99 | 7.65 | - |
| YUV | 134.15 | 64.14 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 200 | 21 | 0.76 | 0 | 0.90 | 0.22 | 110.95 | 0.81 | 0.43 |
| Hex | 30 | C8 | 15 | 4C | 0 | 5A | 16 | 6F | 51 | 2B |
| Octal | 60 | 310 | 25 | 114 | 0 | 132 | 26 | 157 | 121 | 53 |
| Binary | 110000 | 11001000 | 10101 | 1001100 | 0 | 1011010 | 10110 | 1101111 | 1010001 | 101011 |
Color Harmonies of #30C815
Complementary color
Monochromatic Colors of #30C815
Black with #30C815
Text Example
Text Example
White with #30C815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C815; }
p { color: rgb(48,200,21); }
H1.HeaderClassName
{
color: #30C815;
}
.AnyTagClassName
{
color: #30C815;
}
</style>
background-color css
<style>
a { background-color: #30C815; }
a { background-color: rgb(48,200,21); }
div.DivClassName
{
background-color: #30C815;
}
.BgClassName
{
background-color: #30C815;
}
</style>
border-color css
<style>
span { border-color: #30C815; }
span { border-color: rgb(48,200,21); }
td.TdClassName
{
border-color: #30C815;
}
.TagClassName
{
border-color: #30C815;
}
</style>