Shades of Kelly Green #3FB700
Tints of Kelly Green #3FB700
RGB
CMYK
RGB Variations
Color information
#3FB700 (or 0x3FB700) is known color: Kelly Green. HEX triplet: 3F, B7 and 00. RGB value is (63,183,0). Sum of RGB (Red+Green+Blue) = 63+183+0=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 183 (71.88% from 255 or 74.39% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 183 - color contains mainly: green. Hex color #3FB700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FB700 is #C048FF. Grayscale: #7E7E7E. Windows color (decimal): -12601600 or 46911. OLE color: 46911.
HSL color Cylindrical-coordinate representation of color #3FB700: hue angle of 99.34º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FB700 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 183 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.28 |
| HSL | 99.34º | 1% | 0.36% | - |
| HSV(B) | 99.34º | 1% | 0.72% | - |
| XYZ | 18.98 | 34.92 | 5.74 | - |
| YUV | 126.26 | 56.74 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 183 | 0 | 0.66 | 0 | 1 | 0.28 | 99.34 | 1 | 0.36 |
| Hex | 3F | B7 | 0 | 42 | 0 | 64 | 1C | 63 | 64 | 24 |
| Octal | 77 | 267 | 0 | 102 | 0 | 144 | 34 | 143 | 144 | 44 |
| Binary | 111111 | 10110111 | 0 | 1000010 | 0 | 1100100 | 11100 | 1100011 | 1100100 | 100100 |
Color Harmonies of #3FB700
Complementary color
Monochromatic Colors of #3FB700
Black with #3FB700
Text Example
Text Example
White with #3FB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB700; }
p { color: rgb(63,183,0); }
H1.HeaderClassName
{
color: #3FB700;
}
.AnyTagClassName
{
color: #3FB700;
}
</style>
background-color css
<style>
a { background-color: #3FB700; }
a { background-color: rgb(63,183,0); }
div.DivClassName
{
background-color: #3FB700;
}
.BgClassName
{
background-color: #3FB700;
}
</style>
border-color css
<style>
span { border-color: #3FB700; }
span { border-color: rgb(63,183,0); }
td.TdClassName
{
border-color: #3FB700;
}
.TagClassName
{
border-color: #3FB700;
}
</style>