Shades of Lime Green #30DA0D
Tints of Lime Green #30DA0D
RGB
CMYK
RGB Variations
Color information
#30DA0D (or 0x30DA0D) is known color: Lime Green. HEX triplet: 30, DA and 0D. RGB value is (48,218,13). Sum of RGB (Red+Green+Blue) = 48+218+13=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 218 (85.55% from 255 or 78.14% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DA0D is #CF25F2. Grayscale: #909090. Windows color (decimal): -13575667 or 907824. OLE color: 907824.
HSL color Cylindrical-coordinate representation of color #30DA0D: hue angle of 109.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30DA0D is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 218 | 13 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.15 |
| HSL | 109.76º | 0.89% | 0.45% | - |
| HSV(B) | 109.76º | 0.94% | 0.85% | - |
| XYZ | 26.36 | 50.8 | 8.8 | - |
| YUV | 143.8 | 54.18 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 218 | 13 | 0.78 | 0 | 0.94 | 0.15 | 109.76 | 0.89 | 0.45 |
| Hex | 30 | DA | D | 4E | 0 | 5E | F | 6E | 59 | 2D |
| Octal | 60 | 332 | 15 | 116 | 0 | 136 | 17 | 156 | 131 | 55 |
| Binary | 110000 | 11011010 | 1101 | 1001110 | 0 | 1011110 | 1111 | 1101110 | 1011001 | 101101 |
Color Harmonies of #30DA0D
Complementary color
Monochromatic Colors of #30DA0D
Black with #30DA0D
Text Example
Text Example
White with #30DA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DA0D; }
p { color: rgb(48,218,13); }
H1.HeaderClassName
{
color: #30DA0D;
}
.AnyTagClassName
{
color: #30DA0D;
}
</style>
background-color css
<style>
a { background-color: #30DA0D; }
a { background-color: rgb(48,218,13); }
div.DivClassName
{
background-color: #30DA0D;
}
.BgClassName
{
background-color: #30DA0D;
}
</style>
border-color css
<style>
span { border-color: #30DA0D; }
span { border-color: rgb(48,218,13); }
td.TdClassName
{
border-color: #30DA0D;
}
.TagClassName
{
border-color: #30DA0D;
}
</style>