Shades of Kelly Green #30D503
Tints of Kelly Green #30D503
RGB
CMYK
RGB Variations
Color information
#30D503 (or 0x30D503) is known color: Kelly Green. HEX triplet: 30, D5 and 03. RGB value is (48,213,3). Sum of RGB (Red+Green+Blue) = 48+213+3=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 213 (83.59% from 255 or 80.68% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 213 - color contains mainly: green. Hex color #30D503 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D503 is #CF2AFC. Grayscale: #8C8C8C. Windows color (decimal): -13576957 or 251184. OLE color: 251184.
HSL color Cylindrical-coordinate representation of color #30D503: hue angle of 107.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30D503 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 3 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.16 |
| HSL | 107.14º | 0.97% | 0.42% | - |
| HSV(B) | 107.14º | 0.99% | 0.84% | - |
| XYZ | 25.03 | 48.22 | 8.08 | - |
| YUV | 139.73 | 50.84 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 3 | 0.77 | 0 | 0.99 | 0.16 | 107.14 | 0.97 | 0.42 |
| Hex | 30 | D5 | 3 | 4D | 0 | 63 | 10 | 6B | 61 | 2A |
| Octal | 60 | 325 | 3 | 115 | 0 | 143 | 20 | 153 | 141 | 52 |
| Binary | 110000 | 11010101 | 11 | 1001101 | 0 | 1100011 | 10000 | 1101011 | 1100001 | 101010 |
Color Harmonies of #30D503
Complementary color
Monochromatic Colors of #30D503
Black with #30D503
Text Example
Text Example
White with #30D503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D503; }
p { color: rgb(48,213,3); }
H1.HeaderClassName
{
color: #30D503;
}
.AnyTagClassName
{
color: #30D503;
}
</style>
background-color css
<style>
a { background-color: #30D503; }
a { background-color: rgb(48,213,3); }
div.DivClassName
{
background-color: #30D503;
}
.BgClassName
{
background-color: #30D503;
}
</style>
border-color css
<style>
span { border-color: #30D503; }
span { border-color: rgb(48,213,3); }
td.TdClassName
{
border-color: #30D503;
}
.TagClassName
{
border-color: #30D503;
}
</style>