Shades of Kelly Green #30B50F
Tints of Kelly Green #30B50F
RGB
CMYK
RGB Variations
Color information
#30B50F (or 0x30B50F) is known color: Kelly Green. HEX triplet: 30, B5 and 0F. RGB value is (48,181,15). Sum of RGB (Red+Green+Blue) = 48+181+15=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 181 (71.09% from 255 or 74.18% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 181 - color contains mainly: green. Hex color #30B50F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B50F is #CF4AF0. Grayscale: #7A7A7A. Windows color (decimal): -13585137 or 1029424. OLE color: 1029424.
HSL color Cylindrical-coordinate representation of color #30B50F: hue angle of 108.07º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30B50F is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 181 | 15 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.29 |
| HSL | 108.07º | 0.85% | 0.38% | - |
| HSV(B) | 108.07º | 0.92% | 0.71% | - |
| XYZ | 17.83 | 33.71 | 6.02 | - |
| YUV | 122.31 | 67.44 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 15 | 0.73 | 0 | 0.92 | 0.29 | 108.07 | 0.85 | 0.38 |
| Hex | 30 | B5 | F | 49 | 0 | 5C | 1D | 6C | 55 | 26 |
| Octal | 60 | 265 | 17 | 111 | 0 | 134 | 35 | 154 | 125 | 46 |
| Binary | 110000 | 10110101 | 1111 | 1001001 | 0 | 1011100 | 11101 | 1101100 | 1010101 | 100110 |
Color Harmonies of #30B50F
Complementary color
Monochromatic Colors of #30B50F
Black with #30B50F
Text Example
Text Example
White with #30B50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B50F; }
p { color: rgb(48,181,15); }
H1.HeaderClassName
{
color: #30B50F;
}
.AnyTagClassName
{
color: #30B50F;
}
</style>
background-color css
<style>
a { background-color: #30B50F; }
a { background-color: rgb(48,181,15); }
div.DivClassName
{
background-color: #30B50F;
}
.BgClassName
{
background-color: #30B50F;
}
</style>
border-color css
<style>
span { border-color: #30B50F; }
span { border-color: rgb(48,181,15); }
td.TdClassName
{
border-color: #30B50F;
}
.TagClassName
{
border-color: #30B50F;
}
</style>