Shades of Kelly Green #3FB01D
Tints of Kelly Green #3FB01D
RGB
CMYK
RGB Variations
Color information
#3FB01D (or 0x3FB01D) is known color: Kelly Green. HEX triplet: 3F, B0 and 1D. RGB value is (63,176,29). Sum of RGB (Red+Green+Blue) = 63+176+29=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 176 (69.14% from 255 or 65.67% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB01D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB01D is #C04FE2. Grayscale: #7D7D7D. Windows color (decimal): -12603363 or 1945663. OLE color: 1945663.
HSL color Cylindrical-coordinate representation of color #3FB01D: hue angle of 106.12º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FB01D is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 176 | 29 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.31 |
| HSL | 106.12º | 0.72% | 0.4% | - |
| HSV(B) | 106.12º | 0.84% | 0.69% | - |
| XYZ | 17.8 | 32.2 | 6.44 | - |
| YUV | 125.46 | 73.56 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 176 | 29 | 0.64 | 0 | 0.84 | 0.31 | 106.12 | 0.72 | 0.4 |
| Hex | 3F | B0 | 1D | 40 | 0 | 54 | 1F | 6A | 48 | 28 |
| Octal | 77 | 260 | 35 | 100 | 0 | 124 | 37 | 152 | 110 | 50 |
| Binary | 111111 | 10110000 | 11101 | 1000000 | 0 | 1010100 | 11111 | 1101010 | 1001000 | 101000 |
Color Harmonies of #3FB01D
Complementary color
Monochromatic Colors of #3FB01D
Black with #3FB01D
Text Example
Text Example
White with #3FB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB01D; }
p { color: rgb(63,176,29); }
H1.HeaderClassName
{
color: #3FB01D;
}
.AnyTagClassName
{
color: #3FB01D;
}
</style>
background-color css
<style>
a { background-color: #3FB01D; }
a { background-color: rgb(63,176,29); }
div.DivClassName
{
background-color: #3FB01D;
}
.BgClassName
{
background-color: #3FB01D;
}
</style>
border-color css
<style>
span { border-color: #3FB01D; }
span { border-color: rgb(63,176,29); }
td.TdClassName
{
border-color: #3FB01D;
}
.TagClassName
{
border-color: #3FB01D;
}
</style>