Shades of Kelly Green #3FB225
Tints of Kelly Green #3FB225
RGB
CMYK
RGB Variations
Color information
#3FB225 (or 0x3FB225) is known color: Kelly Green. HEX triplet: 3F, B2 and 25. RGB value is (63,178,37). Sum of RGB (Red+Green+Blue) = 63+178+37=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 178 (69.92% from 255 or 64.03% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB225 is #C04DDA. Grayscale: #7F7F7F. Windows color (decimal): -12602843 or 2470463. OLE color: 2470463.
HSL color Cylindrical-coordinate representation of color #3FB225: hue angle of 108.94º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FB225 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 178 | 37 | - |
| CMYK | 0.65 | 0 | 0.79 | 0.30 |
| HSL | 108.94º | 0.66% | 0.42% | - |
| HSV(B) | 108.94º | 0.79% | 0.7% | - |
| XYZ | 18.3 | 33.03 | 7.16 | - |
| YUV | 127.54 | 76.9 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 178 | 37 | 0.65 | 0 | 0.79 | 0.30 | 108.94 | 0.66 | 0.42 |
| Hex | 3F | B2 | 25 | 41 | 0 | 4F | 1E | 6D | 42 | 2A |
| Octal | 77 | 262 | 45 | 101 | 0 | 117 | 36 | 155 | 102 | 52 |
| Binary | 111111 | 10110010 | 100101 | 1000001 | 0 | 1001111 | 11110 | 1101101 | 1000010 | 101010 |
Color Harmonies of #3FB225
Complementary color
Monochromatic Colors of #3FB225
Black with #3FB225
Text Example
Text Example
White with #3FB225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB225; }
p { color: rgb(63,178,37); }
H1.HeaderClassName
{
color: #3FB225;
}
.AnyTagClassName
{
color: #3FB225;
}
</style>
background-color css
<style>
a { background-color: #3FB225; }
a { background-color: rgb(63,178,37); }
div.DivClassName
{
background-color: #3FB225;
}
.BgClassName
{
background-color: #3FB225;
}
</style>
border-color css
<style>
span { border-color: #3FB225; }
span { border-color: rgb(63,178,37); }
td.TdClassName
{
border-color: #3FB225;
}
.TagClassName
{
border-color: #3FB225;
}
</style>