Shades of Kelly Green #3AC21C
Tints of Kelly Green #3AC21C
RGB
CMYK
RGB Variations
Color information
#3AC21C (or 0x3AC21C) is known color: Kelly Green. HEX triplet: 3A, C2 and 1C. RGB value is (58,194,28). Sum of RGB (Red+Green+Blue) = 58+194+28=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 194 (76.17% from 255 or 69.29% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC21C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC21C is #C53DE3. Grayscale: #868686. Windows color (decimal): -12926436 or 1884730. OLE color: 1884730.
HSL color Cylindrical-coordinate representation of color #3AC21C: hue angle of 109.16º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AC21C is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 28 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.24 |
| HSL | 109.16º | 0.75% | 0.44% | - |
| HSV(B) | 109.16º | 0.86% | 0.76% | - |
| XYZ | 21.25 | 39.57 | 7.62 | - |
| YUV | 134.41 | 67.94 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 28 | 0.70 | 0 | 0.86 | 0.24 | 109.16 | 0.75 | 0.44 |
| Hex | 3A | C2 | 1C | 46 | 0 | 56 | 18 | 6D | 4B | 2C |
| Octal | 72 | 302 | 34 | 106 | 0 | 126 | 30 | 155 | 113 | 54 |
| Binary | 111010 | 11000010 | 11100 | 1000110 | 0 | 1010110 | 11000 | 1101101 | 1001011 | 101100 |
Color Harmonies of #3AC21C
Complementary color
Monochromatic Colors of #3AC21C
Black with #3AC21C
Text Example
Text Example
White with #3AC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC21C; }
p { color: rgb(58,194,28); }
H1.HeaderClassName
{
color: #3AC21C;
}
.AnyTagClassName
{
color: #3AC21C;
}
</style>
background-color css
<style>
a { background-color: #3AC21C; }
a { background-color: rgb(58,194,28); }
div.DivClassName
{
background-color: #3AC21C;
}
.BgClassName
{
background-color: #3AC21C;
}
</style>
border-color css
<style>
span { border-color: #3AC21C; }
span { border-color: rgb(58,194,28); }
td.TdClassName
{
border-color: #3AC21C;
}
.TagClassName
{
border-color: #3AC21C;
}
</style>