Shades of Kelly Green #3FAC00
Tints of Kelly Green #3FAC00
RGB
CMYK
RGB Variations
Color information
#3FAC00 (or 0x3FAC00) is known color: Kelly Green. HEX triplet: 3F, AC and 00. RGB value is (63,172,0). Sum of RGB (Red+Green+Blue) = 63+172+0=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 172 (67.58% from 255 or 73.19% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAC00 is #C053FF. Grayscale: #787878. Windows color (decimal): -12604416 or 44095. OLE color: 44095.
HSL color Cylindrical-coordinate representation of color #3FAC00: hue angle of 98.02º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FAC00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.33 |
| HSL | 98.02º | 1% | 0.34% | - |
| HSV(B) | 98.02º | 1% | 0.67% | - |
| XYZ | 16.8 | 30.56 | 5.01 | - |
| YUV | 119.8 | 60.39 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 0 | 0.63 | 0 | 1 | 0.33 | 98.02 | 1 | 0.34 |
| Hex | 3F | AC | 0 | 3F | 0 | 64 | 21 | 62 | 64 | 22 |
| Octal | 77 | 254 | 0 | 77 | 0 | 144 | 41 | 142 | 144 | 42 |
| Binary | 111111 | 10101100 | 0 | 111111 | 0 | 1100100 | 100001 | 1100010 | 1100100 | 100010 |
Color Harmonies of #3FAC00
Complementary color
Monochromatic Colors of #3FAC00
Black with #3FAC00
Text Example
Text Example
White with #3FAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC00; }
p { color: rgb(63,172,0); }
H1.HeaderClassName
{
color: #3FAC00;
}
.AnyTagClassName
{
color: #3FAC00;
}
</style>
background-color css
<style>
a { background-color: #3FAC00; }
a { background-color: rgb(63,172,0); }
div.DivClassName
{
background-color: #3FAC00;
}
.BgClassName
{
background-color: #3FAC00;
}
</style>
border-color css
<style>
span { border-color: #3FAC00; }
span { border-color: rgb(63,172,0); }
td.TdClassName
{
border-color: #3FAC00;
}
.TagClassName
{
border-color: #3FAC00;
}
</style>