Shades of Kelly Green #30A30B
Tints of Kelly Green #30A30B
RGB
CMYK
RGB Variations
Color information
#30A30B (or 0x30A30B) is known color: Kelly Green. HEX triplet: 30, A3 and 0B. RGB value is (48,163,11). Sum of RGB (Red+Green+Blue) = 48+163+11=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 163 (64.06% from 255 or 73.42% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 163 - color contains mainly: green. Hex color #30A30B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A30B is #CF5CF4. Grayscale: #6F6F6F. Windows color (decimal): -13589749 or 762672. OLE color: 762672.
HSL color Cylindrical-coordinate representation of color #30A30B: hue angle of 105.39º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30A30B is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 163 | 11 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.36 |
| HSL | 105.39º | 0.87% | 0.34% | - |
| HSV(B) | 105.39º | 0.93% | 0.64% | - |
| XYZ | 14.38 | 26.85 | 4.74 | - |
| YUV | 111.29 | 71.4 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 163 | 11 | 0.71 | 0 | 0.93 | 0.36 | 105.39 | 0.87 | 0.34 |
| Hex | 30 | A3 | B | 47 | 0 | 5D | 24 | 69 | 57 | 22 |
| Octal | 60 | 243 | 13 | 107 | 0 | 135 | 44 | 151 | 127 | 42 |
| Binary | 110000 | 10100011 | 1011 | 1000111 | 0 | 1011101 | 100100 | 1101001 | 1010111 | 100010 |
Color Harmonies of #30A30B
Complementary color
Monochromatic Colors of #30A30B
Black with #30A30B
Text Example
Text Example
White with #30A30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A30B; }
p { color: rgb(48,163,11); }
H1.HeaderClassName
{
color: #30A30B;
}
.AnyTagClassName
{
color: #30A30B;
}
</style>
background-color css
<style>
a { background-color: #30A30B; }
a { background-color: rgb(48,163,11); }
div.DivClassName
{
background-color: #30A30B;
}
.BgClassName
{
background-color: #30A30B;
}
</style>
border-color css
<style>
span { border-color: #30A30B; }
span { border-color: rgb(48,163,11); }
td.TdClassName
{
border-color: #30A30B;
}
.TagClassName
{
border-color: #30A30B;
}
</style>