Shades of Lime Green #30DA10
Tints of Lime Green #30DA10
RGB
CMYK
RGB Variations
Color information
#30DA10 (or 0x30DA10) is known color: Lime Green. HEX triplet: 30, DA and 10. RGB value is (48,218,16). Sum of RGB (Red+Green+Blue) = 48+218+16=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 218 (85.55% from 255 or 77.30% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DA10 is #CF25EF. Grayscale: #909090. Windows color (decimal): -13575664 or 1104432. OLE color: 1104432.
HSL color Cylindrical-coordinate representation of color #30DA10: hue angle of 110.5º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30DA10 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 218 | 16 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.15 |
| HSL | 110.5º | 0.86% | 0.46% | - |
| HSV(B) | 110.5º | 0.93% | 0.85% | - |
| XYZ | 26.38 | 50.81 | 8.91 | - |
| YUV | 144.14 | 55.68 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 218 | 16 | 0.78 | 0 | 0.93 | 0.15 | 110.5 | 0.86 | 0.46 |
| Hex | 30 | DA | 10 | 4E | 0 | 5D | F | 6E | 56 | 2E |
| Octal | 60 | 332 | 20 | 116 | 0 | 135 | 17 | 156 | 126 | 56 |
| Binary | 110000 | 11011010 | 10000 | 1001110 | 0 | 1011101 | 1111 | 1101110 | 1010110 | 101110 |
Color Harmonies of #30DA10
Complementary color
Monochromatic Colors of #30DA10
Black with #30DA10
Text Example
Text Example
White with #30DA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DA10; }
p { color: rgb(48,218,16); }
H1.HeaderClassName
{
color: #30DA10;
}
.AnyTagClassName
{
color: #30DA10;
}
</style>
background-color css
<style>
a { background-color: #30DA10; }
a { background-color: rgb(48,218,16); }
div.DivClassName
{
background-color: #30DA10;
}
.BgClassName
{
background-color: #30DA10;
}
</style>
border-color css
<style>
span { border-color: #30DA10; }
span { border-color: rgb(48,218,16); }
td.TdClassName
{
border-color: #30DA10;
}
.TagClassName
{
border-color: #30DA10;
}
</style>