Shades of Kelly Green #3CCA03
Tints of Kelly Green #3CCA03
RGB
CMYK
RGB Variations
Color information
#3CCA03 (or 0x3CCA03) is known color: Kelly Green. HEX triplet: 3C, CA and 03. RGB value is (60,202,3). Sum of RGB (Red+Green+Blue) = 60+202+3=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 202 (79.30% from 255 or 76.23% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCA03 is #C335FC. Grayscale: #898989. Windows color (decimal): -12793341 or 248380. OLE color: 248380.
HSL color Cylindrical-coordinate representation of color #3CCA03: hue angle of 102.81º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CCA03 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 3 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.21 |
| HSL | 102.81º | 0.97% | 0.4% | - |
| HSV(B) | 102.81º | 0.99% | 0.79% | - |
| XYZ | 23 | 43.21 | 7.21 | - |
| YUV | 136.86 | 52.46 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 3 | 0.70 | 0 | 0.99 | 0.21 | 102.81 | 0.97 | 0.4 |
| Hex | 3C | CA | 3 | 46 | 0 | 63 | 15 | 67 | 61 | 28 |
| Octal | 74 | 312 | 3 | 106 | 0 | 143 | 25 | 147 | 141 | 50 |
| Binary | 111100 | 11001010 | 11 | 1000110 | 0 | 1100011 | 10101 | 1100111 | 1100001 | 101000 |
Color Harmonies of #3CCA03
Complementary color
Monochromatic Colors of #3CCA03
Black with #3CCA03
Text Example
Text Example
White with #3CCA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA03; }
p { color: rgb(60,202,3); }
H1.HeaderClassName
{
color: #3CCA03;
}
.AnyTagClassName
{
color: #3CCA03;
}
</style>
background-color css
<style>
a { background-color: #3CCA03; }
a { background-color: rgb(60,202,3); }
div.DivClassName
{
background-color: #3CCA03;
}
.BgClassName
{
background-color: #3CCA03;
}
</style>
border-color css
<style>
span { border-color: #3CCA03; }
span { border-color: rgb(60,202,3); }
td.TdClassName
{
border-color: #3CCA03;
}
.TagClassName
{
border-color: #3CCA03;
}
</style>