Shades of Kelly Green #30AD0B
Tints of Kelly Green #30AD0B
RGB
CMYK
RGB Variations
Color information
#30AD0B (or 0x30AD0B) is known color: Kelly Green. HEX triplet: 30, AD and 0B. RGB value is (48,173,11). Sum of RGB (Red+Green+Blue) = 48+173+11=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AD0B is #CF52F4. Grayscale: #757575. Windows color (decimal): -13587189 or 765232. OLE color: 765232.
HSL color Cylindrical-coordinate representation of color #30AD0B: hue angle of 106.3º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30AD0B is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 173 | 11 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.32 |
| HSL | 106.3º | 0.88% | 0.36% | - |
| HSV(B) | 106.3º | 0.94% | 0.68% | - |
| XYZ | 16.22 | 30.54 | 5.36 | - |
| YUV | 117.16 | 68.09 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 11 | 0.72 | 0 | 0.94 | 0.32 | 106.3 | 0.88 | 0.36 |
| Hex | 30 | AD | B | 48 | 0 | 5E | 20 | 6A | 58 | 24 |
| Octal | 60 | 255 | 13 | 110 | 0 | 136 | 40 | 152 | 130 | 44 |
| Binary | 110000 | 10101101 | 1011 | 1001000 | 0 | 1011110 | 100000 | 1101010 | 1011000 | 100100 |
Color Harmonies of #30AD0B
Complementary color
Monochromatic Colors of #30AD0B
Black with #30AD0B
Text Example
Text Example
White with #30AD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AD0B; }
p { color: rgb(48,173,11); }
H1.HeaderClassName
{
color: #30AD0B;
}
.AnyTagClassName
{
color: #30AD0B;
}
</style>
background-color css
<style>
a { background-color: #30AD0B; }
a { background-color: rgb(48,173,11); }
div.DivClassName
{
background-color: #30AD0B;
}
.BgClassName
{
background-color: #30AD0B;
}
</style>
border-color css
<style>
span { border-color: #30AD0B; }
span { border-color: rgb(48,173,11); }
td.TdClassName
{
border-color: #30AD0B;
}
.TagClassName
{
border-color: #30AD0B;
}
</style>