Shades of Kelly Green #3AC40C
Tints of Kelly Green #3AC40C
RGB
CMYK
RGB Variations
Color information
#3AC40C (or 0x3AC40C) is known color: Kelly Green. HEX triplet: 3A, C4 and 0C. RGB value is (58,196,12). Sum of RGB (Red+Green+Blue) = 58+196+12=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 196 (76.95% from 255 or 73.68% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC40C is #C53BF3. Grayscale: #868686. Windows color (decimal): -12925940 or 836666. OLE color: 836666.
HSL color Cylindrical-coordinate representation of color #3AC40C: hue angle of 105º degrees, saturation: 0.88, 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 #3AC40C is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 196 | 12 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.23 |
| HSL | 105º | 0.88% | 0.41% | - |
| HSV(B) | 105º | 0.94% | 0.77% | - |
| XYZ | 21.55 | 40.41 | 7.01 | - |
| YUV | 133.76 | 59.28 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 196 | 12 | 0.70 | 0 | 0.94 | 0.23 | 105 | 0.88 | 0.41 |
| Hex | 3A | C4 | C | 46 | 0 | 5E | 17 | 69 | 58 | 29 |
| Octal | 72 | 304 | 14 | 106 | 0 | 136 | 27 | 151 | 130 | 51 |
| Binary | 111010 | 11000100 | 1100 | 1000110 | 0 | 1011110 | 10111 | 1101001 | 1011000 | 101001 |
Color Harmonies of #3AC40C
Complementary color
Monochromatic Colors of #3AC40C
Black with #3AC40C
Text Example
Text Example
White with #3AC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC40C; }
p { color: rgb(58,196,12); }
H1.HeaderClassName
{
color: #3AC40C;
}
.AnyTagClassName
{
color: #3AC40C;
}
</style>
background-color css
<style>
a { background-color: #3AC40C; }
a { background-color: rgb(58,196,12); }
div.DivClassName
{
background-color: #3AC40C;
}
.BgClassName
{
background-color: #3AC40C;
}
</style>
border-color css
<style>
span { border-color: #3AC40C; }
span { border-color: rgb(58,196,12); }
td.TdClassName
{
border-color: #3AC40C;
}
.TagClassName
{
border-color: #3AC40C;
}
</style>