Shades of Kelly Green #3AC50B
Tints of Kelly Green #3AC50B
RGB
CMYK
RGB Variations
Color information
#3AC50B (or 0x3AC50B) is known color: Kelly Green. HEX triplet: 3A, C5 and 0B. RGB value is (58,197,11). Sum of RGB (Red+Green+Blue) = 58+197+11=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 197 (77.34% from 255 or 74.06% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC50B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC50B is #C53AF4. Grayscale: #868686. Windows color (decimal): -12925685 or 771386. OLE color: 771386.
HSL color Cylindrical-coordinate representation of color #3AC50B: hue angle of 104.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3AC50B is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 11 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.23 |
| HSL | 104.84º | 0.89% | 0.41% | - |
| HSV(B) | 104.84º | 0.94% | 0.77% | - |
| XYZ | 21.77 | 40.86 | 7.06 | - |
| YUV | 134.24 | 58.45 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 11 | 0.71 | 0 | 0.94 | 0.23 | 104.84 | 0.89 | 0.41 |
| Hex | 3A | C5 | B | 47 | 0 | 5E | 17 | 69 | 59 | 29 |
| Octal | 72 | 305 | 13 | 107 | 0 | 136 | 27 | 151 | 131 | 51 |
| Binary | 111010 | 11000101 | 1011 | 1000111 | 0 | 1011110 | 10111 | 1101001 | 1011001 | 101001 |
Color Harmonies of #3AC50B
Complementary color
Monochromatic Colors of #3AC50B
Black with #3AC50B
Text Example
Text Example
White with #3AC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC50B; }
p { color: rgb(58,197,11); }
H1.HeaderClassName
{
color: #3AC50B;
}
.AnyTagClassName
{
color: #3AC50B;
}
</style>
background-color css
<style>
a { background-color: #3AC50B; }
a { background-color: rgb(58,197,11); }
div.DivClassName
{
background-color: #3AC50B;
}
.BgClassName
{
background-color: #3AC50B;
}
</style>
border-color css
<style>
span { border-color: #3AC50B; }
span { border-color: rgb(58,197,11); }
td.TdClassName
{
border-color: #3AC50B;
}
.TagClassName
{
border-color: #3AC50B;
}
</style>