Shades of Kelly Green #30B303
Tints of Kelly Green #30B303
RGB
CMYK
RGB Variations
Color information
#30B303 (or 0x30B303) is known color: Kelly Green. HEX triplet: 30, B3 and 03. RGB value is (48,179,3). Sum of RGB (Red+Green+Blue) = 48+179+3=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 179 (70.31% from 255 or 77.83% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 179 - color contains mainly: green. Hex color #30B303 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B303 is #CF4CFC. Grayscale: #787878. Windows color (decimal): -13585661 or 242480. OLE color: 242480.
HSL color Cylindrical-coordinate representation of color #30B303: hue angle of 104.66º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30B303 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 179 | 3 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.30 |
| HSL | 104.66º | 0.97% | 0.36% | - |
| HSV(B) | 104.66º | 0.98% | 0.7% | - |
| XYZ | 17.36 | 32.88 | 5.52 | - |
| YUV | 119.77 | 62.1 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 179 | 3 | 0.73 | 0 | 0.98 | 0.30 | 104.66 | 0.97 | 0.36 |
| Hex | 30 | B3 | 3 | 49 | 0 | 62 | 1E | 69 | 61 | 24 |
| Octal | 60 | 263 | 3 | 111 | 0 | 142 | 36 | 151 | 141 | 44 |
| Binary | 110000 | 10110011 | 11 | 1001001 | 0 | 1100010 | 11110 | 1101001 | 1100001 | 100100 |
Color Harmonies of #30B303
Complementary color
Monochromatic Colors of #30B303
Black with #30B303
Text Example
Text Example
White with #30B303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B303; }
p { color: rgb(48,179,3); }
H1.HeaderClassName
{
color: #30B303;
}
.AnyTagClassName
{
color: #30B303;
}
</style>
background-color css
<style>
a { background-color: #30B303; }
a { background-color: rgb(48,179,3); }
div.DivClassName
{
background-color: #30B303;
}
.BgClassName
{
background-color: #30B303;
}
</style>
border-color css
<style>
span { border-color: #30B303; }
span { border-color: rgb(48,179,3); }
td.TdClassName
{
border-color: #30B303;
}
.TagClassName
{
border-color: #30B303;
}
</style>