Shades of Kelly Green #30BC07
Tints of Kelly Green #30BC07
RGB
CMYK
RGB Variations
Color information
#30BC07 (or 0x30BC07) is known color: Kelly Green. HEX triplet: 30, BC and 07. RGB value is (48,188,7). Sum of RGB (Red+Green+Blue) = 48+188+7=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 188 (73.83% from 255 or 77.37% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BC07 is #CF43F8. Grayscale: #7E7E7E. Windows color (decimal): -13583353 or 506928. OLE color: 506928.
HSL color Cylindrical-coordinate representation of color #30BC07: hue angle of 106.41º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30BC07 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 7 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.26 |
| HSL | 106.41º | 0.93% | 0.38% | - |
| HSV(B) | 106.41º | 0.96% | 0.74% | - |
| XYZ | 19.24 | 36.61 | 6.25 | - |
| YUV | 125.51 | 61.12 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 7 | 0.74 | 0 | 0.96 | 0.26 | 106.41 | 0.93 | 0.38 |
| Hex | 30 | BC | 7 | 4A | 0 | 60 | 1A | 6A | 5D | 26 |
| Octal | 60 | 274 | 7 | 112 | 0 | 140 | 32 | 152 | 135 | 46 |
| Binary | 110000 | 10111100 | 111 | 1001010 | 0 | 1100000 | 11010 | 1101010 | 1011101 | 100110 |
Color Harmonies of #30BC07
Complementary color
Monochromatic Colors of #30BC07
Black with #30BC07
Text Example
Text Example
White with #30BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC07; }
p { color: rgb(48,188,7); }
H1.HeaderClassName
{
color: #30BC07;
}
.AnyTagClassName
{
color: #30BC07;
}
</style>
background-color css
<style>
a { background-color: #30BC07; }
a { background-color: rgb(48,188,7); }
div.DivClassName
{
background-color: #30BC07;
}
.BgClassName
{
background-color: #30BC07;
}
</style>
border-color css
<style>
span { border-color: #30BC07; }
span { border-color: rgb(48,188,7); }
td.TdClassName
{
border-color: #30BC07;
}
.TagClassName
{
border-color: #30BC07;
}
</style>