Shades of Kelly Green #3CC908
Tints of Kelly Green #3CC908
RGB
CMYK
RGB Variations
Color information
#3CC908 (or 0x3CC908) is known color: Kelly Green. HEX triplet: 3C, C9 and 08. RGB value is (60,201,8). Sum of RGB (Red+Green+Blue) = 60+201+8=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 201 (78.91% from 255 or 74.72% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC908 is #C336F7. Grayscale: #898989. Windows color (decimal): -12793592 or 575804. OLE color: 575804.
HSL color Cylindrical-coordinate representation of color #3CC908: hue angle of 103.83º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CC908 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 8 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.21 |
| HSL | 103.83º | 0.92% | 0.41% | - |
| HSV(B) | 103.83º | 0.96% | 0.79% | - |
| XYZ | 22.79 | 42.75 | 7.28 | - |
| YUV | 136.84 | 55.29 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 8 | 0.70 | 0 | 0.96 | 0.21 | 103.83 | 0.92 | 0.41 |
| Hex | 3C | C9 | 8 | 46 | 0 | 60 | 15 | 68 | 5C | 29 |
| Octal | 74 | 311 | 10 | 106 | 0 | 140 | 25 | 150 | 134 | 51 |
| Binary | 111100 | 11001001 | 1000 | 1000110 | 0 | 1100000 | 10101 | 1101000 | 1011100 | 101001 |
Color Harmonies of #3CC908
Complementary color
Monochromatic Colors of #3CC908
Black with #3CC908
Text Example
Text Example
White with #3CC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC908; }
p { color: rgb(60,201,8); }
H1.HeaderClassName
{
color: #3CC908;
}
.AnyTagClassName
{
color: #3CC908;
}
</style>
background-color css
<style>
a { background-color: #3CC908; }
a { background-color: rgb(60,201,8); }
div.DivClassName
{
background-color: #3CC908;
}
.BgClassName
{
background-color: #3CC908;
}
</style>
border-color css
<style>
span { border-color: #3CC908; }
span { border-color: rgb(60,201,8); }
td.TdClassName
{
border-color: #3CC908;
}
.TagClassName
{
border-color: #3CC908;
}
</style>