Shades of Kelly Green #3AC502
Tints of Kelly Green #3AC502
RGB
CMYK
RGB Variations
Color information
#3AC502 (or 0x3AC502) is known color: Kelly Green. HEX triplet: 3A, C5 and 02. RGB value is (58,197,2). Sum of RGB (Red+Green+Blue) = 58+197+2=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 197 (77.34% from 255 or 76.65% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC502 is #C53AFD. Grayscale: #858585. Windows color (decimal): -12925694 or 181562. OLE color: 181562.
HSL color Cylindrical-coordinate representation of color #3AC502: hue angle of 102.77º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AC502 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 2 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.23 |
| HSL | 102.77º | 0.98% | 0.39% | - |
| HSV(B) | 102.77º | 0.99% | 0.77% | - |
| XYZ | 21.72 | 40.84 | 6.79 | - |
| YUV | 133.21 | 53.95 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 2 | 0.71 | 0 | 0.99 | 0.23 | 102.77 | 0.98 | 0.39 |
| Hex | 3A | C5 | 2 | 47 | 0 | 63 | 17 | 67 | 62 | 27 |
| Octal | 72 | 305 | 2 | 107 | 0 | 143 | 27 | 147 | 142 | 47 |
| Binary | 111010 | 11000101 | 10 | 1000111 | 0 | 1100011 | 10111 | 1100111 | 1100010 | 100111 |
Color Harmonies of #3AC502
Complementary color
Monochromatic Colors of #3AC502
Black with #3AC502
Text Example
Text Example
White with #3AC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC502; }
p { color: rgb(58,197,2); }
H1.HeaderClassName
{
color: #3AC502;
}
.AnyTagClassName
{
color: #3AC502;
}
</style>
background-color css
<style>
a { background-color: #3AC502; }
a { background-color: rgb(58,197,2); }
div.DivClassName
{
background-color: #3AC502;
}
.BgClassName
{
background-color: #3AC502;
}
</style>
border-color css
<style>
span { border-color: #3AC502; }
span { border-color: rgb(58,197,2); }
td.TdClassName
{
border-color: #3AC502;
}
.TagClassName
{
border-color: #3AC502;
}
</style>