Shades of Kelly Green #30B700
Tints of Kelly Green #30B700
RGB
CMYK
RGB Variations
Color information
#30B700 (or 0x30B700) is known color: Kelly Green. HEX triplet: 30, B7 and 00. RGB value is (48,183,0). Sum of RGB (Red+Green+Blue) = 48+183+0=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 183 (71.88% from 255 or 79.22% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 183 - color contains mainly: green. Hex color #30B700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B700 is #CF48FF. Grayscale: #7A7A7A. Windows color (decimal): -13584640 or 46896. OLE color: 46896.
HSL color Cylindrical-coordinate representation of color #30B700: hue angle of 104.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30B700 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 183 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.28 |
| HSL | 104.26º | 1% | 0.36% | - |
| HSV(B) | 104.26º | 1% | 0.72% | - |
| XYZ | 18.15 | 34.5 | 5.7 | - |
| YUV | 121.77 | 59.27 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 0 | 0.74 | 0 | 1 | 0.28 | 104.26 | 1 | 0.36 |
| Hex | 30 | B7 | 0 | 4A | 0 | 64 | 1C | 68 | 64 | 24 |
| Octal | 60 | 267 | 0 | 112 | 0 | 144 | 34 | 150 | 144 | 44 |
| Binary | 110000 | 10110111 | 0 | 1001010 | 0 | 1100100 | 11100 | 1101000 | 1100100 | 100100 |
Color Harmonies of #30B700
Complementary color
Monochromatic Colors of #30B700
Black with #30B700
Text Example
Text Example
White with #30B700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B700; }
p { color: rgb(48,183,0); }
H1.HeaderClassName
{
color: #30B700;
}
.AnyTagClassName
{
color: #30B700;
}
</style>
background-color css
<style>
a { background-color: #30B700; }
a { background-color: rgb(48,183,0); }
div.DivClassName
{
background-color: #30B700;
}
.BgClassName
{
background-color: #30B700;
}
</style>
border-color css
<style>
span { border-color: #30B700; }
span { border-color: rgb(48,183,0); }
td.TdClassName
{
border-color: #30B700;
}
.TagClassName
{
border-color: #30B700;
}
</style>