Shades of Kelly Green #3FB502
Tints of Kelly Green #3FB502
RGB
CMYK
RGB Variations
Color information
#3FB502 (or 0x3FB502) is known color: Kelly Green. HEX triplet: 3F, B5 and 02. RGB value is (63,181,2). Sum of RGB (Red+Green+Blue) = 63+181+2=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 181 (71.09% from 255 or 73.58% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FB502 is #C04AFD. Grayscale: #7D7D7D. Windows color (decimal): -12602110 or 177471. OLE color: 177471.
HSL color Cylindrical-coordinate representation of color #3FB502: hue angle of 99.55º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FB502 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 181 | 2 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.29 |
| HSL | 99.55º | 0.98% | 0.36% | - |
| HSV(B) | 99.55º | 0.99% | 0.71% | - |
| XYZ | 18.58 | 34.11 | 5.66 | - |
| YUV | 125.31 | 58.41 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 181 | 2 | 0.65 | 0 | 0.99 | 0.29 | 99.55 | 0.98 | 0.36 |
| Hex | 3F | B5 | 2 | 41 | 0 | 63 | 1D | 64 | 62 | 24 |
| Octal | 77 | 265 | 2 | 101 | 0 | 143 | 35 | 144 | 142 | 44 |
| Binary | 111111 | 10110101 | 10 | 1000001 | 0 | 1100011 | 11101 | 1100100 | 1100010 | 100100 |
Color Harmonies of #3FB502
Complementary color
Monochromatic Colors of #3FB502
Black with #3FB502
Text Example
Text Example
White with #3FB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB502; }
p { color: rgb(63,181,2); }
H1.HeaderClassName
{
color: #3FB502;
}
.AnyTagClassName
{
color: #3FB502;
}
</style>
background-color css
<style>
a { background-color: #3FB502; }
a { background-color: rgb(63,181,2); }
div.DivClassName
{
background-color: #3FB502;
}
.BgClassName
{
background-color: #3FB502;
}
</style>
border-color css
<style>
span { border-color: #3FB502; }
span { border-color: rgb(63,181,2); }
td.TdClassName
{
border-color: #3FB502;
}
.TagClassName
{
border-color: #3FB502;
}
</style>