Shades of Kelly Green #3FB702
Tints of Kelly Green #3FB702
RGB
CMYK
RGB Variations
Color information
#3FB702 (or 0x3FB702) is known color: Kelly Green. HEX triplet: 3F, B7 and 02. RGB value is (63,183,2). Sum of RGB (Red+Green+Blue) = 63+183+2=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 183 (71.88% from 255 or 73.79% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 183 - color contains mainly: green. Hex color #3FB702 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FB702 is #C048FD. Grayscale: #7F7F7F. Windows color (decimal): -12601598 or 177983. OLE color: 177983.
HSL color Cylindrical-coordinate representation of color #3FB702: hue angle of 99.78º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FB702 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 183 | 2 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.28 |
| HSL | 99.78º | 0.98% | 0.36% | - |
| HSV(B) | 99.78º | 0.99% | 0.72% | - |
| XYZ | 18.99 | 34.93 | 5.8 | - |
| YUV | 126.49 | 57.74 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 183 | 2 | 0.66 | 0 | 0.99 | 0.28 | 99.78 | 0.98 | 0.36 |
| Hex | 3F | B7 | 2 | 42 | 0 | 63 | 1C | 64 | 62 | 24 |
| Octal | 77 | 267 | 2 | 102 | 0 | 143 | 34 | 144 | 142 | 44 |
| Binary | 111111 | 10110111 | 10 | 1000010 | 0 | 1100011 | 11100 | 1100100 | 1100010 | 100100 |
Color Harmonies of #3FB702
Complementary color
Monochromatic Colors of #3FB702
Black with #3FB702
Text Example
Text Example
White with #3FB702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB702; }
p { color: rgb(63,183,2); }
H1.HeaderClassName
{
color: #3FB702;
}
.AnyTagClassName
{
color: #3FB702;
}
</style>
background-color css
<style>
a { background-color: #3FB702; }
a { background-color: rgb(63,183,2); }
div.DivClassName
{
background-color: #3FB702;
}
.BgClassName
{
background-color: #3FB702;
}
</style>
border-color css
<style>
span { border-color: #3FB702; }
span { border-color: rgb(63,183,2); }
td.TdClassName
{
border-color: #3FB702;
}
.TagClassName
{
border-color: #3FB702;
}
</style>