Shades of Kelly Green #30AD13
Tints of Kelly Green #30AD13
RGB
CMYK
RGB Variations
Color information
#30AD13 (or 0x30AD13) is known color: Kelly Green. HEX triplet: 30, AD and 13. RGB value is (48,173,19). Sum of RGB (Red+Green+Blue) = 48+173+19=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 173 (67.97% from 255 or 72.08% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AD13 is #CF52EC. Grayscale: #767676. Windows color (decimal): -13587181 or 1289520. OLE color: 1289520.
HSL color Cylindrical-coordinate representation of color #30AD13: hue angle of 108.7º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30AD13 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 173 | 19 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.32 |
| HSL | 108.7º | 0.8% | 0.38% | - |
| HSV(B) | 108.7º | 0.89% | 0.68% | - |
| XYZ | 16.28 | 30.56 | 5.66 | - |
| YUV | 118.07 | 72.09 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 19 | 0.72 | 0 | 0.89 | 0.32 | 108.7 | 0.8 | 0.38 |
| Hex | 30 | AD | 13 | 48 | 0 | 59 | 20 | 6D | 50 | 26 |
| Octal | 60 | 255 | 23 | 110 | 0 | 131 | 40 | 155 | 120 | 46 |
| Binary | 110000 | 10101101 | 10011 | 1001000 | 0 | 1011001 | 100000 | 1101101 | 1010000 | 100110 |
Color Harmonies of #30AD13
Complementary color
Monochromatic Colors of #30AD13
Black with #30AD13
Text Example
Text Example
White with #30AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AD13; }
p { color: rgb(48,173,19); }
H1.HeaderClassName
{
color: #30AD13;
}
.AnyTagClassName
{
color: #30AD13;
}
</style>
background-color css
<style>
a { background-color: #30AD13; }
a { background-color: rgb(48,173,19); }
div.DivClassName
{
background-color: #30AD13;
}
.BgClassName
{
background-color: #30AD13;
}
</style>
border-color css
<style>
span { border-color: #30AD13; }
span { border-color: rgb(48,173,19); }
td.TdClassName
{
border-color: #30AD13;
}
.TagClassName
{
border-color: #30AD13;
}
</style>