Shades of Kelly Green #3FCD02
Tints of Kelly Green #3FCD02
RGB
CMYK
RGB Variations
Color information
#3FCD02 (or 0x3FCD02) is known color: Kelly Green. HEX triplet: 3F, CD and 02. RGB value is (63,205,2). Sum of RGB (Red+Green+Blue) = 63+205+2=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 205 (80.47% from 255 or 75.93% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCD02 is #C032FD. Grayscale: #8C8C8C. Windows color (decimal): -12595966 or 183615. OLE color: 183615.
HSL color Cylindrical-coordinate representation of color #3FCD02: hue angle of 101.97º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FCD02 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.20 |
| HSL | 101.97º | 0.98% | 0.41% | - |
| HSV(B) | 101.97º | 0.99% | 0.8% | - |
| XYZ | 23.89 | 44.72 | 7.43 | - |
| YUV | 139.4 | 50.46 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 2 | 0.69 | 0 | 0.99 | 0.20 | 101.97 | 0.98 | 0.41 |
| Hex | 3F | CD | 2 | 45 | 0 | 63 | 14 | 66 | 62 | 29 |
| Octal | 77 | 315 | 2 | 105 | 0 | 143 | 24 | 146 | 142 | 51 |
| Binary | 111111 | 11001101 | 10 | 1000101 | 0 | 1100011 | 10100 | 1100110 | 1100010 | 101001 |
Color Harmonies of #3FCD02
Complementary color
Monochromatic Colors of #3FCD02
Black with #3FCD02
Text Example
Text Example
White with #3FCD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD02; }
p { color: rgb(63,205,2); }
H1.HeaderClassName
{
color: #3FCD02;
}
.AnyTagClassName
{
color: #3FCD02;
}
</style>
background-color css
<style>
a { background-color: #3FCD02; }
a { background-color: rgb(63,205,2); }
div.DivClassName
{
background-color: #3FCD02;
}
.BgClassName
{
background-color: #3FCD02;
}
</style>
border-color css
<style>
span { border-color: #3FCD02; }
span { border-color: rgb(63,205,2); }
td.TdClassName
{
border-color: #3FCD02;
}
.TagClassName
{
border-color: #3FCD02;
}
</style>