Shades of Kelly Green #3FB52B
Tints of Kelly Green #3FB52B
RGB
CMYK
RGB Variations
Color information
#3FB52B (or 0x3FB52B) is known color: Kelly Green. HEX triplet: 3F, B5 and 2B. RGB value is (63,181,43). Sum of RGB (Red+Green+Blue) = 63+181+43=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 181 (71.09% from 255 or 63.07% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB52B is #C04AD4. Grayscale: #828282. Windows color (decimal): -12602069 or 2864447. OLE color: 2864447.
HSL color Cylindrical-coordinate representation of color #3FB52B: hue angle of 111.3º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FB52B is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 181 | 43 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.29 |
| HSL | 111.3º | 0.62% | 0.44% | - |
| HSV(B) | 111.3º | 0.76% | 0.71% | - |
| XYZ | 19.01 | 34.28 | 7.9 | - |
| YUV | 129.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 181 | 43 | 0.65 | 0 | 0.76 | 0.29 | 111.3 | 0.62 | 0.44 |
| Hex | 3F | B5 | 2B | 41 | 0 | 4C | 1D | 6F | 3E | 2C |
| Octal | 77 | 265 | 53 | 101 | 0 | 114 | 35 | 157 | 76 | 54 |
| Binary | 111111 | 10110101 | 101011 | 1000001 | 0 | 1001100 | 11101 | 1101111 | 111110 | 101100 |
Color Harmonies of #3FB52B
Complementary color
Monochromatic Colors of #3FB52B
Black with #3FB52B
Text Example
Text Example
White with #3FB52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB52B; }
p { color: rgb(63,181,43); }
H1.HeaderClassName
{
color: #3FB52B;
}
.AnyTagClassName
{
color: #3FB52B;
}
</style>
background-color css
<style>
a { background-color: #3FB52B; }
a { background-color: rgb(63,181,43); }
div.DivClassName
{
background-color: #3FB52B;
}
.BgClassName
{
background-color: #3FB52B;
}
</style>
border-color css
<style>
span { border-color: #3FB52B; }
span { border-color: rgb(63,181,43); }
td.TdClassName
{
border-color: #3FB52B;
}
.TagClassName
{
border-color: #3FB52B;
}
</style>