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