Shades of Kelly Green #3FBC11
Tints of Kelly Green #3FBC11
RGB
CMYK
RGB Variations
Color information
#3FBC11 (or 0x3FBC11) is known color: Kelly Green. HEX triplet: 3F, BC and 11. RGB value is (63,188,17). Sum of RGB (Red+Green+Blue) = 63+188+17=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 188 (73.83% from 255 or 70.15% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBC11 is #C043EE. Grayscale: #838383. Windows color (decimal): -12600303 or 1162303. OLE color: 1162303.
HSL color Cylindrical-coordinate representation of color #3FBC11: hue angle of 103.86º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FBC11 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 17 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.26 |
| HSL | 103.86º | 0.83% | 0.4% | - |
| HSV(B) | 103.86º | 0.91% | 0.74% | - |
| XYZ | 20.13 | 37.06 | 6.62 | - |
| YUV | 131.13 | 63.59 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 17 | 0.66 | 0 | 0.91 | 0.26 | 103.86 | 0.83 | 0.4 |
| Hex | 3F | BC | 11 | 42 | 0 | 5B | 1A | 68 | 53 | 28 |
| Octal | 77 | 274 | 21 | 102 | 0 | 133 | 32 | 150 | 123 | 50 |
| Binary | 111111 | 10111100 | 10001 | 1000010 | 0 | 1011011 | 11010 | 1101000 | 1010011 | 101000 |
Color Harmonies of #3FBC11
Complementary color
Monochromatic Colors of #3FBC11
Black with #3FBC11
Text Example
Text Example
White with #3FBC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC11; }
p { color: rgb(63,188,17); }
H1.HeaderClassName
{
color: #3FBC11;
}
.AnyTagClassName
{
color: #3FBC11;
}
</style>
background-color css
<style>
a { background-color: #3FBC11; }
a { background-color: rgb(63,188,17); }
div.DivClassName
{
background-color: #3FBC11;
}
.BgClassName
{
background-color: #3FBC11;
}
</style>
border-color css
<style>
span { border-color: #3FBC11; }
span { border-color: rgb(63,188,17); }
td.TdClassName
{
border-color: #3FBC11;
}
.TagClassName
{
border-color: #3FBC11;
}
</style>