Shades of Kelly Green #3FCE01
Tints of Kelly Green #3FCE01
RGB
CMYK
RGB Variations
Color information
#3FCE01 (or 0x3FCE01) is known color: Kelly Green. HEX triplet: 3F, CE and 01. RGB value is (63,206,1). Sum of RGB (Red+Green+Blue) = 63+206+1=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 206 (80.86% from 255 or 76.30% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCE01 is #C031FE. Grayscale: #8C8C8C. Windows color (decimal): -12595711 or 118335. OLE color: 118335.
HSL color Cylindrical-coordinate representation of color #3FCE01: hue angle of 101.85º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FCE01 is Cyan = 0.69, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 1 | - |
| CMYK | 0.69 | 0 | 1.00 | 0.19 |
| HSL | 101.85º | 0.99% | 0.41% | - |
| HSV(B) | 101.85º | 1% | 0.81% | - |
| XYZ | 24.13 | 45.2 | 7.48 | - |
| YUV | 139.87 | 49.62 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 1 | 0.69 | 0 | 1.00 | 0.19 | 101.85 | 0.99 | 0.41 |
| Hex | 3F | CE | 1 | 45 | 0 | 64 | 13 | 66 | 63 | 29 |
| Octal | 77 | 316 | 1 | 105 | 0 | 144 | 23 | 146 | 143 | 51 |
| Binary | 111111 | 11001110 | 1 | 1000101 | 0 | 1100100 | 10011 | 1100110 | 1100011 | 101001 |
Color Harmonies of #3FCE01
Complementary color
Monochromatic Colors of #3FCE01
Black with #3FCE01
Text Example
Text Example
White with #3FCE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCE01; }
p { color: rgb(63,206,1); }
H1.HeaderClassName
{
color: #3FCE01;
}
.AnyTagClassName
{
color: #3FCE01;
}
</style>
background-color css
<style>
a { background-color: #3FCE01; }
a { background-color: rgb(63,206,1); }
div.DivClassName
{
background-color: #3FCE01;
}
.BgClassName
{
background-color: #3FCE01;
}
</style>
border-color css
<style>
span { border-color: #3FCE01; }
span { border-color: rgb(63,206,1); }
td.TdClassName
{
border-color: #3FCE01;
}
.TagClassName
{
border-color: #3FCE01;
}
</style>