Shades of Kelly Green #30B200
Tints of Kelly Green #30B200
RGB
CMYK
RGB Variations
Color information
#30B200 (or 0x30B200) is known color: Kelly Green. HEX triplet: 30, B2 and 00. RGB value is (48,178,0). Sum of RGB (Red+Green+Blue) = 48+178+0=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 178 (69.92% from 255 or 78.76% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 178 - color contains mainly: green. Hex color #30B200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30B200 is #CF4DFF. Grayscale: #777777. Windows color (decimal): -13585920 or 45616. OLE color: 45616.
HSL color Cylindrical-coordinate representation of color #30B200: hue angle of 103.82º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30B200 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 178 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.30 |
| HSL | 103.82º | 1% | 0.35% | - |
| HSV(B) | 103.82º | 1% | 0.7% | - |
| XYZ | 17.14 | 32.47 | 5.36 | - |
| YUV | 118.84 | 60.93 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 178 | 0 | 0.73 | 0 | 1 | 0.30 | 103.82 | 1 | 0.35 |
| Hex | 30 | B2 | 0 | 49 | 0 | 64 | 1E | 68 | 64 | 23 |
| Octal | 60 | 262 | 0 | 111 | 0 | 144 | 36 | 150 | 144 | 43 |
| Binary | 110000 | 10110010 | 0 | 1001001 | 0 | 1100100 | 11110 | 1101000 | 1100100 | 100011 |
Color Harmonies of #30B200
Complementary color
Monochromatic Colors of #30B200
Black with #30B200
Text Example
Text Example
White with #30B200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B200; }
p { color: rgb(48,178,0); }
H1.HeaderClassName
{
color: #30B200;
}
.AnyTagClassName
{
color: #30B200;
}
</style>
background-color css
<style>
a { background-color: #30B200; }
a { background-color: rgb(48,178,0); }
div.DivClassName
{
background-color: #30B200;
}
.BgClassName
{
background-color: #30B200;
}
</style>
border-color css
<style>
span { border-color: #30B200; }
span { border-color: rgb(48,178,0); }
td.TdClassName
{
border-color: #30B200;
}
.TagClassName
{
border-color: #30B200;
}
</style>