Shades of Kelly Green #3FB41E
Tints of Kelly Green #3FB41E
RGB
CMYK
RGB Variations
Color information
#3FB41E (or 0x3FB41E) is known color: Kelly Green. HEX triplet: 3F, B4 and 1E. RGB value is (63,180,30). Sum of RGB (Red+Green+Blue) = 63+180+30=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 180 (70.70% from 255 or 65.93% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 180 - color contains mainly: green. Hex color #3FB41E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB41E is #C04BE1. Grayscale: #808080. Windows color (decimal): -12602338 or 2012223. OLE color: 2012223.
HSL color Cylindrical-coordinate representation of color #3FB41E: hue angle of 106.8º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FB41E is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 180 | 30 | - |
| CMYK | 0.65 | 0 | 0.83 | 0.29 |
| HSL | 106.8º | 0.71% | 0.41% | - |
| HSV(B) | 106.8º | 0.83% | 0.71% | - |
| XYZ | 18.61 | 33.79 | 6.77 | - |
| YUV | 127.92 | 72.74 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 180 | 30 | 0.65 | 0 | 0.83 | 0.29 | 106.8 | 0.71 | 0.41 |
| Hex | 3F | B4 | 1E | 41 | 0 | 53 | 1D | 6B | 47 | 29 |
| Octal | 77 | 264 | 36 | 101 | 0 | 123 | 35 | 153 | 107 | 51 |
| Binary | 111111 | 10110100 | 11110 | 1000001 | 0 | 1010011 | 11101 | 1101011 | 1000111 | 101001 |
Color Harmonies of #3FB41E
Complementary color
Monochromatic Colors of #3FB41E
Black with #3FB41E
Text Example
Text Example
White with #3FB41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB41E; }
p { color: rgb(63,180,30); }
H1.HeaderClassName
{
color: #3FB41E;
}
.AnyTagClassName
{
color: #3FB41E;
}
</style>
background-color css
<style>
a { background-color: #3FB41E; }
a { background-color: rgb(63,180,30); }
div.DivClassName
{
background-color: #3FB41E;
}
.BgClassName
{
background-color: #3FB41E;
}
</style>
border-color css
<style>
span { border-color: #3FB41E; }
span { border-color: rgb(63,180,30); }
td.TdClassName
{
border-color: #3FB41E;
}
.TagClassName
{
border-color: #3FB41E;
}
</style>