Shades of Kelly Green #3AB516
Tints of Kelly Green #3AB516
RGB
CMYK
RGB Variations
Color information
#3AB516 (or 0x3AB516) is known color: Kelly Green. HEX triplet: 3A, B5 and 16. RGB value is (58,181,22). Sum of RGB (Red+Green+Blue) = 58+181+22=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 181 (71.09% from 255 or 69.35% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 181 - color contains mainly: green. Hex color #3AB516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AB516 is #C54AE9. Grayscale: #7E7E7E. Windows color (decimal): -12929770 or 1488186. OLE color: 1488186.
HSL color Cylindrical-coordinate representation of color #3AB516: hue angle of 106.42º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AB516 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 181 | 22 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.29 |
| HSL | 106.42º | 0.78% | 0.4% | - |
| HSV(B) | 106.42º | 0.88% | 0.71% | - |
| XYZ | 18.41 | 34.01 | 6.35 | - |
| YUV | 126.1 | 69.25 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 181 | 22 | 0.68 | 0 | 0.88 | 0.29 | 106.42 | 0.78 | 0.4 |
| Hex | 3A | B5 | 16 | 44 | 0 | 58 | 1D | 6A | 4E | 28 |
| Octal | 72 | 265 | 26 | 104 | 0 | 130 | 35 | 152 | 116 | 50 |
| Binary | 111010 | 10110101 | 10110 | 1000100 | 0 | 1011000 | 11101 | 1101010 | 1001110 | 101000 |
Color Harmonies of #3AB516
Complementary color
Monochromatic Colors of #3AB516
Black with #3AB516
Text Example
Text Example
White with #3AB516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB516; }
p { color: rgb(58,181,22); }
H1.HeaderClassName
{
color: #3AB516;
}
.AnyTagClassName
{
color: #3AB516;
}
</style>
background-color css
<style>
a { background-color: #3AB516; }
a { background-color: rgb(58,181,22); }
div.DivClassName
{
background-color: #3AB516;
}
.BgClassName
{
background-color: #3AB516;
}
</style>
border-color css
<style>
span { border-color: #3AB516; }
span { border-color: rgb(58,181,22); }
td.TdClassName
{
border-color: #3AB516;
}
.TagClassName
{
border-color: #3AB516;
}
</style>