Shades of Kelly Green #30BC0A
Tints of Kelly Green #30BC0A
RGB
CMYK
RGB Variations
Color information
#30BC0A (or 0x30BC0A) is known color: Kelly Green. HEX triplet: 30, BC and 0A. RGB value is (48,188,10). Sum of RGB (Red+Green+Blue) = 48+188+10=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 188 (73.83% from 255 or 76.42% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BC0A is #CF43F5. Grayscale: #7E7E7E. Windows color (decimal): -13583350 or 703536. OLE color: 703536.
HSL color Cylindrical-coordinate representation of color #30BC0A: hue angle of 107.19º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30BC0A is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 10 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.26 |
| HSL | 107.19º | 0.9% | 0.39% | - |
| HSV(B) | 107.19º | 0.95% | 0.74% | - |
| XYZ | 19.26 | 36.62 | 6.34 | - |
| YUV | 125.85 | 62.62 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 10 | 0.74 | 0 | 0.95 | 0.26 | 107.19 | 0.9 | 0.39 |
| Hex | 30 | BC | A | 4A | 0 | 5F | 1A | 6B | 5A | 27 |
| Octal | 60 | 274 | 12 | 112 | 0 | 137 | 32 | 153 | 132 | 47 |
| Binary | 110000 | 10111100 | 1010 | 1001010 | 0 | 1011111 | 11010 | 1101011 | 1011010 | 100111 |
Color Harmonies of #30BC0A
Complementary color
Monochromatic Colors of #30BC0A
Black with #30BC0A
Text Example
Text Example
White with #30BC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC0A; }
p { color: rgb(48,188,10); }
H1.HeaderClassName
{
color: #30BC0A;
}
.AnyTagClassName
{
color: #30BC0A;
}
</style>
background-color css
<style>
a { background-color: #30BC0A; }
a { background-color: rgb(48,188,10); }
div.DivClassName
{
background-color: #30BC0A;
}
.BgClassName
{
background-color: #30BC0A;
}
</style>
border-color css
<style>
span { border-color: #30BC0A; }
span { border-color: rgb(48,188,10); }
td.TdClassName
{
border-color: #30BC0A;
}
.TagClassName
{
border-color: #30BC0A;
}
</style>