Shades of Kelly Green #3FB828
Tints of Kelly Green #3FB828
RGB
CMYK
RGB Variations
Color information
#3FB828 (or 0x3FB828) is known color: Kelly Green. HEX triplet: 3F, B8 and 28. RGB value is (63,184,40). Sum of RGB (Red+Green+Blue) = 63+184+40=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 184 (72.27% from 255 or 64.11% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 184 - color contains mainly: green. Hex color #3FB828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB828 is #C047D7. Grayscale: #838383. Windows color (decimal): -12601304 or 2668607. OLE color: 2668607.
HSL color Cylindrical-coordinate representation of color #3FB828: hue angle of 110.42º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FB828 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 184 | 40 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.28 |
| HSL | 110.42º | 0.64% | 0.44% | - |
| HSV(B) | 110.42º | 0.78% | 0.72% | - |
| XYZ | 19.57 | 35.49 | 7.83 | - |
| YUV | 131.41 | 76.41 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 184 | 40 | 0.66 | 0 | 0.78 | 0.28 | 110.42 | 0.64 | 0.44 |
| Hex | 3F | B8 | 28 | 42 | 0 | 4E | 1C | 6E | 40 | 2C |
| Octal | 77 | 270 | 50 | 102 | 0 | 116 | 34 | 156 | 100 | 54 |
| Binary | 111111 | 10111000 | 101000 | 1000010 | 0 | 1001110 | 11100 | 1101110 | 1000000 | 101100 |
Color Harmonies of #3FB828
Complementary color
Monochromatic Colors of #3FB828
Black with #3FB828
Text Example
Text Example
White with #3FB828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB828; }
p { color: rgb(63,184,40); }
H1.HeaderClassName
{
color: #3FB828;
}
.AnyTagClassName
{
color: #3FB828;
}
</style>
background-color css
<style>
a { background-color: #3FB828; }
a { background-color: rgb(63,184,40); }
div.DivClassName
{
background-color: #3FB828;
}
.BgClassName
{
background-color: #3FB828;
}
</style>
border-color css
<style>
span { border-color: #3FB828; }
span { border-color: rgb(63,184,40); }
td.TdClassName
{
border-color: #3FB828;
}
.TagClassName
{
border-color: #3FB828;
}
</style>