Shades of Kelly Green #30B702
Tints of Kelly Green #30B702
RGB
CMYK
RGB Variations
Color information
#30B702 (or 0x30B702) is known color: Kelly Green. HEX triplet: 30, B7 and 02. RGB value is (48,183,2). Sum of RGB (Red+Green+Blue) = 48+183+2=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 183 (71.88% from 255 or 78.54% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 183 - color contains mainly: green. Hex color #30B702 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B702 is #CF48FD. Grayscale: #7A7A7A. Windows color (decimal): -13584638 or 177968. OLE color: 177968.
HSL color Cylindrical-coordinate representation of color #30B702: hue angle of 104.75º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30B702 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 183 | 2 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.28 |
| HSL | 104.75º | 0.98% | 0.36% | - |
| HSV(B) | 104.75º | 0.99% | 0.72% | - |
| XYZ | 18.16 | 34.5 | 5.76 | - |
| YUV | 122 | 60.27 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 2 | 0.74 | 0 | 0.99 | 0.28 | 104.75 | 0.98 | 0.36 |
| Hex | 30 | B7 | 2 | 4A | 0 | 63 | 1C | 69 | 62 | 24 |
| Octal | 60 | 267 | 2 | 112 | 0 | 143 | 34 | 151 | 142 | 44 |
| Binary | 110000 | 10110111 | 10 | 1001010 | 0 | 1100011 | 11100 | 1101001 | 1100010 | 100100 |
Color Harmonies of #30B702
Complementary color
Monochromatic Colors of #30B702
Black with #30B702
Text Example
Text Example
White with #30B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B702; }
p { color: rgb(48,183,2); }
H1.HeaderClassName
{
color: #30B702;
}
.AnyTagClassName
{
color: #30B702;
}
</style>
background-color css
<style>
a { background-color: #30B702; }
a { background-color: rgb(48,183,2); }
div.DivClassName
{
background-color: #30B702;
}
.BgClassName
{
background-color: #30B702;
}
</style>
border-color css
<style>
span { border-color: #30B702; }
span { border-color: rgb(48,183,2); }
td.TdClassName
{
border-color: #30B702;
}
.TagClassName
{
border-color: #30B702;
}
</style>