Shades of Kelly Green #3FB50C
Tints of Kelly Green #3FB50C
RGB
CMYK
RGB Variations
Color information
#3FB50C (or 0x3FB50C) is known color: Kelly Green. HEX triplet: 3F, B5 and 0C. RGB value is (63,181,12). Sum of RGB (Red+Green+Blue) = 63+181+12=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 181 (71.09% from 255 or 70.70% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FB50C is #C04AF3. Grayscale: #7F7F7F. Windows color (decimal): -12602100 or 832831. OLE color: 832831.
HSL color Cylindrical-coordinate representation of color #3FB50C: hue angle of 101.89º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FB50C is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 181 | 12 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.29 |
| HSL | 101.89º | 0.88% | 0.38% | - |
| HSV(B) | 101.89º | 0.93% | 0.71% | - |
| XYZ | 18.64 | 34.13 | 5.95 | - |
| YUV | 126.45 | 63.41 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 181 | 12 | 0.65 | 0 | 0.93 | 0.29 | 101.89 | 0.88 | 0.38 |
| Hex | 3F | B5 | C | 41 | 0 | 5D | 1D | 66 | 58 | 26 |
| Octal | 77 | 265 | 14 | 101 | 0 | 135 | 35 | 146 | 130 | 46 |
| Binary | 111111 | 10110101 | 1100 | 1000001 | 0 | 1011101 | 11101 | 1100110 | 1011000 | 100110 |
Color Harmonies of #3FB50C
Complementary color
Monochromatic Colors of #3FB50C
Black with #3FB50C
Text Example
Text Example
White with #3FB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB50C; }
p { color: rgb(63,181,12); }
H1.HeaderClassName
{
color: #3FB50C;
}
.AnyTagClassName
{
color: #3FB50C;
}
</style>
background-color css
<style>
a { background-color: #3FB50C; }
a { background-color: rgb(63,181,12); }
div.DivClassName
{
background-color: #3FB50C;
}
.BgClassName
{
background-color: #3FB50C;
}
</style>
border-color css
<style>
span { border-color: #3FB50C; }
span { border-color: rgb(63,181,12); }
td.TdClassName
{
border-color: #3FB50C;
}
.TagClassName
{
border-color: #3FB50C;
}
</style>