Shades of Kelly Green #30B00C
Tints of Kelly Green #30B00C
RGB
CMYK
RGB Variations
Color information
#30B00C (or 0x30B00C) is known color: Kelly Green. HEX triplet: 30, B0 and 0C. RGB value is (48,176,12). Sum of RGB (Red+Green+Blue) = 48+176+12=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 176 (69.14% from 255 or 74.58% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 176 - color contains mainly: green. Hex color #30B00C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30B00C is #CF4FF3. Grayscale: #777777. Windows color (decimal): -13586420 or 831536. OLE color: 831536.
HSL color Cylindrical-coordinate representation of color #30B00C: hue angle of 106.83º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30B00C is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 176 | 12 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.31 |
| HSL | 106.83º | 0.87% | 0.37% | - |
| HSV(B) | 106.83º | 0.93% | 0.69% | - |
| XYZ | 16.81 | 31.71 | 5.58 | - |
| YUV | 119.03 | 67.59 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 176 | 12 | 0.73 | 0 | 0.93 | 0.31 | 106.83 | 0.87 | 0.37 |
| Hex | 30 | B0 | C | 49 | 0 | 5D | 1F | 6B | 57 | 25 |
| Octal | 60 | 260 | 14 | 111 | 0 | 135 | 37 | 153 | 127 | 45 |
| Binary | 110000 | 10110000 | 1100 | 1001001 | 0 | 1011101 | 11111 | 1101011 | 1010111 | 100101 |
Color Harmonies of #30B00C
Complementary color
Monochromatic Colors of #30B00C
Black with #30B00C
Text Example
Text Example
White with #30B00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B00C; }
p { color: rgb(48,176,12); }
H1.HeaderClassName
{
color: #30B00C;
}
.AnyTagClassName
{
color: #30B00C;
}
</style>
background-color css
<style>
a { background-color: #30B00C; }
a { background-color: rgb(48,176,12); }
div.DivClassName
{
background-color: #30B00C;
}
.BgClassName
{
background-color: #30B00C;
}
</style>
border-color css
<style>
span { border-color: #30B00C; }
span { border-color: rgb(48,176,12); }
td.TdClassName
{
border-color: #30B00C;
}
.TagClassName
{
border-color: #30B00C;
}
</style>