Shades of Kelly Green #30B500
Tints of Kelly Green #30B500
RGB
CMYK
RGB Variations
Color information
#30B500 (or 0x30B500) is known color: Kelly Green. HEX triplet: 30, B5 and 00. RGB value is (48,181,0). Sum of RGB (Red+Green+Blue) = 48+181+0=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 181 (71.09% from 255 or 79.04% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 181 - color contains mainly: green. Hex color #30B500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B500 is #CF4AFF. Grayscale: #797979. Windows color (decimal): -13585152 or 46384. OLE color: 46384.
HSL color Cylindrical-coordinate representation of color #30B500: hue angle of 104.09º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30B500 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 181 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.29 |
| HSL | 104.09º | 1% | 0.35% | - |
| HSV(B) | 104.09º | 1% | 0.71% | - |
| XYZ | 17.74 | 33.68 | 5.57 | - |
| YUV | 120.6 | 59.94 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 0 | 0.73 | 0 | 1 | 0.29 | 104.09 | 1 | 0.35 |
| Hex | 30 | B5 | 0 | 49 | 0 | 64 | 1D | 68 | 64 | 23 |
| Octal | 60 | 265 | 0 | 111 | 0 | 144 | 35 | 150 | 144 | 43 |
| Binary | 110000 | 10110101 | 0 | 1001001 | 0 | 1100100 | 11101 | 1101000 | 1100100 | 100011 |
Color Harmonies of #30B500
Complementary color
Monochromatic Colors of #30B500
Black with #30B500
Text Example
Text Example
White with #30B500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B500; }
p { color: rgb(48,181,0); }
H1.HeaderClassName
{
color: #30B500;
}
.AnyTagClassName
{
color: #30B500;
}
</style>
background-color css
<style>
a { background-color: #30B500; }
a { background-color: rgb(48,181,0); }
div.DivClassName
{
background-color: #30B500;
}
.BgClassName
{
background-color: #30B500;
}
</style>
border-color css
<style>
span { border-color: #30B500; }
span { border-color: rgb(48,181,0); }
td.TdClassName
{
border-color: #30B500;
}
.TagClassName
{
border-color: #30B500;
}
</style>