Shades of Kelly Green #30BC0E
Tints of Kelly Green #30BC0E
RGB
CMYK
RGB Variations
Color information
#30BC0E (or 0x30BC0E) is known color: Kelly Green. HEX triplet: 30, BC and 0E. RGB value is (48,188,14). Sum of RGB (Red+Green+Blue) = 48+188+14=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 188 (73.83% from 255 or 75.2% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BC0E is #CF43F1. Grayscale: #7E7E7E. Windows color (decimal): -13583346 or 965680. OLE color: 965680.
HSL color Cylindrical-coordinate representation of color #30BC0E: hue angle of 108.28º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30BC0E is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 14 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.26 |
| HSL | 108.28º | 0.86% | 0.4% | - |
| HSV(B) | 108.28º | 0.93% | 0.74% | - |
| XYZ | 19.28 | 36.63 | 6.47 | - |
| YUV | 126.3 | 64.62 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 14 | 0.74 | 0 | 0.93 | 0.26 | 108.28 | 0.86 | 0.4 |
| Hex | 30 | BC | E | 4A | 0 | 5D | 1A | 6C | 56 | 28 |
| Octal | 60 | 274 | 16 | 112 | 0 | 135 | 32 | 154 | 126 | 50 |
| Binary | 110000 | 10111100 | 1110 | 1001010 | 0 | 1011101 | 11010 | 1101100 | 1010110 | 101000 |
Color Harmonies of #30BC0E
Complementary color
Monochromatic Colors of #30BC0E
Black with #30BC0E
Text Example
Text Example
White with #30BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC0E; }
p { color: rgb(48,188,14); }
H1.HeaderClassName
{
color: #30BC0E;
}
.AnyTagClassName
{
color: #30BC0E;
}
</style>
background-color css
<style>
a { background-color: #30BC0E; }
a { background-color: rgb(48,188,14); }
div.DivClassName
{
background-color: #30BC0E;
}
.BgClassName
{
background-color: #30BC0E;
}
</style>
border-color css
<style>
span { border-color: #30BC0E; }
span { border-color: rgb(48,188,14); }
td.TdClassName
{
border-color: #30BC0E;
}
.TagClassName
{
border-color: #30BC0E;
}
</style>