Shades of Kelly Green #3FB400
Tints of Kelly Green #3FB400
RGB
CMYK
RGB Variations
Color information
#3FB400 (or 0x3FB400) is known color: Kelly Green. HEX triplet: 3F, B4 and 00. RGB value is (63,180,0). Sum of RGB (Red+Green+Blue) = 63+180+0=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 180 (70.70% from 255 or 74.07% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 180 - color contains mainly: green. Hex color #3FB400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FB400 is #C04BFF. Grayscale: #7D7D7D. Windows color (decimal): -12602368 or 46143. OLE color: 46143.
HSL color Cylindrical-coordinate representation of color #3FB400: hue angle of 99º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FB400 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 180 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.29 |
| HSL | 99º | 1% | 0.35% | - |
| HSV(B) | 99º | 1% | 0.71% | - |
| XYZ | 18.37 | 33.7 | 5.54 | - |
| YUV | 124.5 | 57.74 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 180 | 0 | 0.65 | 0 | 1 | 0.29 | 99 | 1 | 0.35 |
| Hex | 3F | B4 | 0 | 41 | 0 | 64 | 1D | 63 | 64 | 23 |
| Octal | 77 | 264 | 0 | 101 | 0 | 144 | 35 | 143 | 144 | 43 |
| Binary | 111111 | 10110100 | 0 | 1000001 | 0 | 1100100 | 11101 | 1100011 | 1100100 | 100011 |
Color Harmonies of #3FB400
Complementary color
Monochromatic Colors of #3FB400
Black with #3FB400
Text Example
Text Example
White with #3FB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB400; }
p { color: rgb(63,180,0); }
H1.HeaderClassName
{
color: #3FB400;
}
.AnyTagClassName
{
color: #3FB400;
}
</style>
background-color css
<style>
a { background-color: #3FB400; }
a { background-color: rgb(63,180,0); }
div.DivClassName
{
background-color: #3FB400;
}
.BgClassName
{
background-color: #3FB400;
}
</style>
border-color css
<style>
span { border-color: #3FB400; }
span { border-color: rgb(63,180,0); }
td.TdClassName
{
border-color: #3FB400;
}
.TagClassName
{
border-color: #3FB400;
}
</style>