Shades of Kelly Green #3CCF0D
Tints of Kelly Green #3CCF0D
RGB
CMYK
RGB Variations
Color information
#3CCF0D (or 0x3CCF0D) is known color: Kelly Green. HEX triplet: 3C, CF and 0D. RGB value is (60,207,13). Sum of RGB (Red+Green+Blue) = 60+207+13=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCF0D is #C330F2. Grayscale: #8D8D8D. Windows color (decimal): -12792051 or 905020. OLE color: 905020.
HSL color Cylindrical-coordinate representation of color #3CCF0D: hue angle of 105.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CCF0D is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 13 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.19 |
| HSL | 105.46º | 0.88% | 0.43% | - |
| HSV(B) | 105.46º | 0.94% | 0.81% | - |
| XYZ | 24.25 | 45.62 | 7.91 | - |
| YUV | 140.93 | 55.8 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 13 | 0.71 | 0 | 0.94 | 0.19 | 105.46 | 0.88 | 0.43 |
| Hex | 3C | CF | D | 47 | 0 | 5E | 13 | 69 | 58 | 2B |
| Octal | 74 | 317 | 15 | 107 | 0 | 136 | 23 | 151 | 130 | 53 |
| Binary | 111100 | 11001111 | 1101 | 1000111 | 0 | 1011110 | 10011 | 1101001 | 1011000 | 101011 |
Color Harmonies of #3CCF0D
Complementary color
Monochromatic Colors of #3CCF0D
Black with #3CCF0D
Text Example
Text Example
White with #3CCF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCF0D; }
p { color: rgb(60,207,13); }
H1.HeaderClassName
{
color: #3CCF0D;
}
.AnyTagClassName
{
color: #3CCF0D;
}
</style>
background-color css
<style>
a { background-color: #3CCF0D; }
a { background-color: rgb(60,207,13); }
div.DivClassName
{
background-color: #3CCF0D;
}
.BgClassName
{
background-color: #3CCF0D;
}
</style>
border-color css
<style>
span { border-color: #3CCF0D; }
span { border-color: rgb(60,207,13); }
td.TdClassName
{
border-color: #3CCF0D;
}
.TagClassName
{
border-color: #3CCF0D;
}
</style>