Shades of Kelly Green #3CCF04
Tints of Kelly Green #3CCF04
RGB
CMYK
RGB Variations
Color information
#3CCF04 (or 0x3CCF04) is known color: Kelly Green. HEX triplet: 3C, CF and 04. RGB value is (60,207,4). Sum of RGB (Red+Green+Blue) = 60+207+4=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 207 (81.25% from 255 or 76.38% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCF04 is #C330FB. Grayscale: #8C8C8C. Windows color (decimal): -12792060 or 315196. OLE color: 315196.
HSL color Cylindrical-coordinate representation of color #3CCF04: hue angle of 103.45º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CCF04 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 4 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.19 |
| HSL | 103.45º | 0.96% | 0.41% | - |
| HSV(B) | 103.45º | 0.98% | 0.81% | - |
| XYZ | 24.2 | 45.6 | 7.64 | - |
| YUV | 139.91 | 51.3 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 4 | 0.71 | 0 | 0.98 | 0.19 | 103.45 | 0.96 | 0.41 |
| Hex | 3C | CF | 4 | 47 | 0 | 62 | 13 | 67 | 60 | 29 |
| Octal | 74 | 317 | 4 | 107 | 0 | 142 | 23 | 147 | 140 | 51 |
| Binary | 111100 | 11001111 | 100 | 1000111 | 0 | 1100010 | 10011 | 1100111 | 1100000 | 101001 |
Color Harmonies of #3CCF04
Complementary color
Monochromatic Colors of #3CCF04
Black with #3CCF04
Text Example
Text Example
White with #3CCF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCF04; }
p { color: rgb(60,207,4); }
H1.HeaderClassName
{
color: #3CCF04;
}
.AnyTagClassName
{
color: #3CCF04;
}
</style>
background-color css
<style>
a { background-color: #3CCF04; }
a { background-color: rgb(60,207,4); }
div.DivClassName
{
background-color: #3CCF04;
}
.BgClassName
{
background-color: #3CCF04;
}
</style>
border-color css
<style>
span { border-color: #3CCF04; }
span { border-color: rgb(60,207,4); }
td.TdClassName
{
border-color: #3CCF04;
}
.TagClassName
{
border-color: #3CCF04;
}
</style>