Shades of Kelly Green #3FB600
Tints of Kelly Green #3FB600
RGB
CMYK
RGB Variations
Color information
#3FB600 (or 0x3FB600) is known color: Kelly Green. HEX triplet: 3F, B6 and 00. RGB value is (63,182,0). Sum of RGB (Red+Green+Blue) = 63+182+0=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 182 (71.48% from 255 or 74.29% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 182 - color contains mainly: green. Hex color #3FB600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FB600 is #C049FF. Grayscale: #7E7E7E. Windows color (decimal): -12601856 or 46655. OLE color: 46655.
HSL color Cylindrical-coordinate representation of color #3FB600: hue angle of 99.23º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FB600 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 182 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.29 |
| HSL | 99.23º | 1% | 0.36% | - |
| HSV(B) | 99.23º | 1% | 0.71% | - |
| XYZ | 18.78 | 34.51 | 5.67 | - |
| YUV | 125.67 | 57.08 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 182 | 0 | 0.65 | 0 | 1 | 0.29 | 99.23 | 1 | 0.36 |
| Hex | 3F | B6 | 0 | 41 | 0 | 64 | 1D | 63 | 64 | 24 |
| Octal | 77 | 266 | 0 | 101 | 0 | 144 | 35 | 143 | 144 | 44 |
| Binary | 111111 | 10110110 | 0 | 1000001 | 0 | 1100100 | 11101 | 1100011 | 1100100 | 100100 |
Color Harmonies of #3FB600
Complementary color
Monochromatic Colors of #3FB600
Black with #3FB600
Text Example
Text Example
White with #3FB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB600; }
p { color: rgb(63,182,0); }
H1.HeaderClassName
{
color: #3FB600;
}
.AnyTagClassName
{
color: #3FB600;
}
</style>
background-color css
<style>
a { background-color: #3FB600; }
a { background-color: rgb(63,182,0); }
div.DivClassName
{
background-color: #3FB600;
}
.BgClassName
{
background-color: #3FB600;
}
</style>
border-color css
<style>
span { border-color: #3FB600; }
span { border-color: rgb(63,182,0); }
td.TdClassName
{
border-color: #3FB600;
}
.TagClassName
{
border-color: #3FB600;
}
</style>