Shades of Kelly Green #3AC40D
Tints of Kelly Green #3AC40D
RGB
CMYK
RGB Variations
Color information
#3AC40D (or 0x3AC40D) is known color: Kelly Green. HEX triplet: 3A, C4 and 0D. RGB value is (58,196,13). Sum of RGB (Red+Green+Blue) = 58+196+13=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 196 (76.95% from 255 or 73.41% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC40D is #C53BF2. Grayscale: #868686. Windows color (decimal): -12925939 or 902202. OLE color: 902202.
HSL color Cylindrical-coordinate representation of color #3AC40D: hue angle of 105.25º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AC40D is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 196 | 13 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.23 |
| HSL | 105.25º | 0.88% | 0.41% | - |
| HSV(B) | 105.25º | 0.93% | 0.77% | - |
| XYZ | 21.56 | 40.41 | 7.04 | - |
| YUV | 133.88 | 59.78 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 196 | 13 | 0.70 | 0 | 0.93 | 0.23 | 105.25 | 0.88 | 0.41 |
| Hex | 3A | C4 | D | 46 | 0 | 5D | 17 | 69 | 58 | 29 |
| Octal | 72 | 304 | 15 | 106 | 0 | 135 | 27 | 151 | 130 | 51 |
| Binary | 111010 | 11000100 | 1101 | 1000110 | 0 | 1011101 | 10111 | 1101001 | 1011000 | 101001 |
Color Harmonies of #3AC40D
Complementary color
Monochromatic Colors of #3AC40D
Black with #3AC40D
Text Example
Text Example
White with #3AC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC40D; }
p { color: rgb(58,196,13); }
H1.HeaderClassName
{
color: #3AC40D;
}
.AnyTagClassName
{
color: #3AC40D;
}
</style>
background-color css
<style>
a { background-color: #3AC40D; }
a { background-color: rgb(58,196,13); }
div.DivClassName
{
background-color: #3AC40D;
}
.BgClassName
{
background-color: #3AC40D;
}
</style>
border-color css
<style>
span { border-color: #3AC40D; }
span { border-color: rgb(58,196,13); }
td.TdClassName
{
border-color: #3AC40D;
}
.TagClassName
{
border-color: #3AC40D;
}
</style>