Shades of Kelly Green #3FBA1D
Tints of Kelly Green #3FBA1D
RGB
CMYK
RGB Variations
Color information
#3FBA1D (or 0x3FBA1D) is known color: Kelly Green. HEX triplet: 3F, BA and 1D. RGB value is (63,186,29). Sum of RGB (Red+Green+Blue) = 63+186+29=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA1D is #C045E2. Grayscale: #838383. Windows color (decimal): -12600803 or 1948223. OLE color: 1948223.
HSL color Cylindrical-coordinate representation of color #3FBA1D: hue angle of 107.01º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FBA1D is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 29 | - |
| CMYK | 0.66 | 0 | 0.84 | 0.27 |
| HSL | 107.01º | 0.73% | 0.42% | - |
| HSV(B) | 107.01º | 0.84% | 0.73% | - |
| XYZ | 19.83 | 36.26 | 7.12 | - |
| YUV | 131.33 | 70.25 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 29 | 0.66 | 0 | 0.84 | 0.27 | 107.01 | 0.73 | 0.42 |
| Hex | 3F | BA | 1D | 42 | 0 | 54 | 1B | 6B | 49 | 2A |
| Octal | 77 | 272 | 35 | 102 | 0 | 124 | 33 | 153 | 111 | 52 |
| Binary | 111111 | 10111010 | 11101 | 1000010 | 0 | 1010100 | 11011 | 1101011 | 1001001 | 101010 |
Color Harmonies of #3FBA1D
Complementary color
Monochromatic Colors of #3FBA1D
Black with #3FBA1D
Text Example
Text Example
White with #3FBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA1D; }
p { color: rgb(63,186,29); }
H1.HeaderClassName
{
color: #3FBA1D;
}
.AnyTagClassName
{
color: #3FBA1D;
}
</style>
background-color css
<style>
a { background-color: #3FBA1D; }
a { background-color: rgb(63,186,29); }
div.DivClassName
{
background-color: #3FBA1D;
}
.BgClassName
{
background-color: #3FBA1D;
}
</style>
border-color css
<style>
span { border-color: #3FBA1D; }
span { border-color: rgb(63,186,29); }
td.TdClassName
{
border-color: #3FBA1D;
}
.TagClassName
{
border-color: #3FBA1D;
}
</style>