Shades of Kelly Green #30B905
Tints of Kelly Green #30B905
RGB
CMYK
RGB Variations
Color information
#30B905 (or 0x30B905) is known color: Kelly Green. HEX triplet: 30, B9 and 05. RGB value is (48,185,5). Sum of RGB (Red+Green+Blue) = 48+185+5=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 185 (72.66% from 255 or 77.73% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 185 - color contains mainly: green. Hex color #30B905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B905 is #CF46FA. Grayscale: #7C7C7C. Windows color (decimal): -13584123 or 375088. OLE color: 375088.
HSL color Cylindrical-coordinate representation of color #30B905: hue angle of 105.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30B905 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 185 | 5 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.27 |
| HSL | 105.67º | 0.95% | 0.37% | - |
| HSV(B) | 105.67º | 0.97% | 0.73% | - |
| XYZ | 18.6 | 35.34 | 5.98 | - |
| YUV | 123.52 | 61.11 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 5 | 0.74 | 0 | 0.97 | 0.27 | 105.67 | 0.95 | 0.37 |
| Hex | 30 | B9 | 5 | 4A | 0 | 61 | 1B | 6A | 5F | 25 |
| Octal | 60 | 271 | 5 | 112 | 0 | 141 | 33 | 152 | 137 | 45 |
| Binary | 110000 | 10111001 | 101 | 1001010 | 0 | 1100001 | 11011 | 1101010 | 1011111 | 100101 |
Color Harmonies of #30B905
Complementary color
Monochromatic Colors of #30B905
Black with #30B905
Text Example
Text Example
White with #30B905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B905; }
p { color: rgb(48,185,5); }
H1.HeaderClassName
{
color: #30B905;
}
.AnyTagClassName
{
color: #30B905;
}
</style>
background-color css
<style>
a { background-color: #30B905; }
a { background-color: rgb(48,185,5); }
div.DivClassName
{
background-color: #30B905;
}
.BgClassName
{
background-color: #30B905;
}
</style>
border-color css
<style>
span { border-color: #30B905; }
span { border-color: rgb(48,185,5); }
td.TdClassName
{
border-color: #30B905;
}
.TagClassName
{
border-color: #30B905;
}
</style>