Shades of Kelly Green #3FCC1D
Tints of Kelly Green #3FCC1D
RGB
CMYK
RGB Variations
Color information
#3FCC1D (or 0x3FCC1D) is known color: Kelly Green. HEX triplet: 3F, CC and 1D. RGB value is (63,204,29). Sum of RGB (Red+Green+Blue) = 63+204+29=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 204 (80.08% from 255 or 68.92% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCC1D is #C033E2. Grayscale: #8E8E8E. Windows color (decimal): -12596195 or 1952831. OLE color: 1952831.
HSL color Cylindrical-coordinate representation of color #3FCC1D: hue angle of 108.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FCC1D is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 29 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.2 |
| HSL | 108.34º | 0.75% | 0.46% | - |
| HSV(B) | 108.34º | 0.86% | 0.8% | - |
| XYZ | 23.86 | 44.33 | 8.46 | - |
| YUV | 141.89 | 64.29 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 29 | 0.69 | 0 | 0.86 | 0.2 | 108.34 | 0.75 | 0.46 |
| Hex | 3F | CC | 1D | 45 | 0 | 56 | 14 | 6C | 4B | 2E |
| Octal | 77 | 314 | 35 | 105 | 0 | 126 | 24 | 154 | 113 | 56 |
| Binary | 111111 | 11001100 | 11101 | 1000101 | 0 | 1010110 | 10100 | 1101100 | 1001011 | 101110 |
Color Harmonies of #3FCC1D
Complementary color
Monochromatic Colors of #3FCC1D
Black with #3FCC1D
Text Example
Text Example
White with #3FCC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCC1D; }
p { color: rgb(63,204,29); }
H1.HeaderClassName
{
color: #3FCC1D;
}
.AnyTagClassName
{
color: #3FCC1D;
}
</style>
background-color css
<style>
a { background-color: #3FCC1D; }
a { background-color: rgb(63,204,29); }
div.DivClassName
{
background-color: #3FCC1D;
}
.BgClassName
{
background-color: #3FCC1D;
}
</style>
border-color css
<style>
span { border-color: #3FCC1D; }
span { border-color: rgb(63,204,29); }
td.TdClassName
{
border-color: #3FCC1D;
}
.TagClassName
{
border-color: #3FCC1D;
}
</style>