Shades of Kelly Green #3CC403
Tints of Kelly Green #3CC403
RGB
CMYK
RGB Variations
Color information
#3CC403 (or 0x3CC403) is known color: Kelly Green. HEX triplet: 3C, C4 and 03. RGB value is (60,196,3). Sum of RGB (Red+Green+Blue) = 60+196+3=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 196 (76.95% from 255 or 75.68% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC403 is #C33BFC. Grayscale: #858585. Windows color (decimal): -12794877 or 246844. OLE color: 246844.
HSL color Cylindrical-coordinate representation of color #3CC403: hue angle of 102.28º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CC403 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 3 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.23 |
| HSL | 102.28º | 0.97% | 0.39% | - |
| HSV(B) | 102.28º | 0.98% | 0.77% | - |
| XYZ | 21.62 | 40.45 | 6.75 | - |
| YUV | 133.33 | 54.44 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 3 | 0.69 | 0 | 0.98 | 0.23 | 102.28 | 0.97 | 0.39 |
| Hex | 3C | C4 | 3 | 45 | 0 | 62 | 17 | 66 | 61 | 27 |
| Octal | 74 | 304 | 3 | 105 | 0 | 142 | 27 | 146 | 141 | 47 |
| Binary | 111100 | 11000100 | 11 | 1000101 | 0 | 1100010 | 10111 | 1100110 | 1100001 | 100111 |
Color Harmonies of #3CC403
Complementary color
Monochromatic Colors of #3CC403
Black with #3CC403
Text Example
Text Example
White with #3CC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC403; }
p { color: rgb(60,196,3); }
H1.HeaderClassName
{
color: #3CC403;
}
.AnyTagClassName
{
color: #3CC403;
}
</style>
background-color css
<style>
a { background-color: #3CC403; }
a { background-color: rgb(60,196,3); }
div.DivClassName
{
background-color: #3CC403;
}
.BgClassName
{
background-color: #3CC403;
}
</style>
border-color css
<style>
span { border-color: #3CC403; }
span { border-color: rgb(60,196,3); }
td.TdClassName
{
border-color: #3CC403;
}
.TagClassName
{
border-color: #3CC403;
}
</style>