Shades of Kelly Green #3CC508
Tints of Kelly Green #3CC508
RGB
CMYK
RGB Variations
Color information
#3CC508 (or 0x3CC508) is known color: Kelly Green. HEX triplet: 3C, C5 and 08. RGB value is (60,197,8). Sum of RGB (Red+Green+Blue) = 60+197+8=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 197 (77.34% from 255 or 74.34% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC508 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC508 is #C33AF7. Grayscale: #878787. Windows color (decimal): -12794616 or 574780. OLE color: 574780.
HSL color Cylindrical-coordinate representation of color #3CC508: hue angle of 103.49º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CC508 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 197 | 8 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.23 |
| HSL | 103.49º | 0.92% | 0.4% | - |
| HSV(B) | 103.49º | 0.96% | 0.77% | - |
| XYZ | 21.87 | 40.91 | 6.97 | - |
| YUV | 134.49 | 56.61 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 197 | 8 | 0.70 | 0 | 0.96 | 0.23 | 103.49 | 0.92 | 0.4 |
| Hex | 3C | C5 | 8 | 46 | 0 | 60 | 17 | 67 | 5C | 28 |
| Octal | 74 | 305 | 10 | 106 | 0 | 140 | 27 | 147 | 134 | 50 |
| Binary | 111100 | 11000101 | 1000 | 1000110 | 0 | 1100000 | 10111 | 1100111 | 1011100 | 101000 |
Color Harmonies of #3CC508
Complementary color
Monochromatic Colors of #3CC508
Black with #3CC508
Text Example
Text Example
White with #3CC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC508; }
p { color: rgb(60,197,8); }
H1.HeaderClassName
{
color: #3CC508;
}
.AnyTagClassName
{
color: #3CC508;
}
</style>
background-color css
<style>
a { background-color: #3CC508; }
a { background-color: rgb(60,197,8); }
div.DivClassName
{
background-color: #3CC508;
}
.BgClassName
{
background-color: #3CC508;
}
</style>
border-color css
<style>
span { border-color: #3CC508; }
span { border-color: rgb(60,197,8); }
td.TdClassName
{
border-color: #3CC508;
}
.TagClassName
{
border-color: #3CC508;
}
</style>