Shades of Kelly Green #30C60F
Tints of Kelly Green #30C60F
RGB
CMYK
RGB Variations
Color information
#30C60F (or 0x30C60F) is known color: Kelly Green. HEX triplet: 30, C6 and 0F. RGB value is (48,198,15). Sum of RGB (Red+Green+Blue) = 48+198+15=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 198 (77.73% from 255 or 75.86% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 198 - color contains mainly: green. Hex color #30C60F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C60F is #CF39F0. Grayscale: #848484. Windows color (decimal): -13580785 or 1033776. OLE color: 1033776.
HSL color Cylindrical-coordinate representation of color #30C60F: hue angle of 109.18º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30C60F is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 15 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.22 |
| HSL | 109.18º | 0.86% | 0.42% | - |
| HSV(B) | 109.18º | 0.92% | 0.78% | - |
| XYZ | 21.5 | 41.05 | 7.24 | - |
| YUV | 132.29 | 61.81 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 15 | 0.76 | 0 | 0.92 | 0.22 | 109.18 | 0.86 | 0.42 |
| Hex | 30 | C6 | F | 4C | 0 | 5C | 16 | 6D | 56 | 2A |
| Octal | 60 | 306 | 17 | 114 | 0 | 134 | 26 | 155 | 126 | 52 |
| Binary | 110000 | 11000110 | 1111 | 1001100 | 0 | 1011100 | 10110 | 1101101 | 1010110 | 101010 |
Color Harmonies of #30C60F
Complementary color
Monochromatic Colors of #30C60F
Black with #30C60F
Text Example
Text Example
White with #30C60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C60F; }
p { color: rgb(48,198,15); }
H1.HeaderClassName
{
color: #30C60F;
}
.AnyTagClassName
{
color: #30C60F;
}
</style>
background-color css
<style>
a { background-color: #30C60F; }
a { background-color: rgb(48,198,15); }
div.DivClassName
{
background-color: #30C60F;
}
.BgClassName
{
background-color: #30C60F;
}
</style>
border-color css
<style>
span { border-color: #30C60F; }
span { border-color: rgb(48,198,15); }
td.TdClassName
{
border-color: #30C60F;
}
.TagClassName
{
border-color: #30C60F;
}
</style>