Shades of Kelly Green #3DAC2A
Tints of Kelly Green #3DAC2A
RGB
CMYK
RGB Variations
Color information
#3DAC2A (or 0x3DAC2A) is known color: Kelly Green. HEX triplet: 3D, AC and 2A. RGB value is (61,172,42). Sum of RGB (Red+Green+Blue) = 61+172+42=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 172 (67.58% from 255 or 62.55% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAC2A is #C253D5. Grayscale: #7C7C7C. Windows color (decimal): -12735446 or 2796605. OLE color: 2796605.
HSL color Cylindrical-coordinate representation of color #3DAC2A: hue angle of 111.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DAC2A is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 42 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.33 |
| HSL | 111.23º | 0.61% | 0.42% | - |
| HSV(B) | 111.23º | 0.76% | 0.67% | - |
| XYZ | 17.09 | 30.66 | 7.21 | - |
| YUV | 123.99 | 81.73 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 42 | 0.65 | 0 | 0.76 | 0.33 | 111.23 | 0.61 | 0.42 |
| Hex | 3D | AC | 2A | 41 | 0 | 4C | 21 | 6F | 3D | 2A |
| Octal | 75 | 254 | 52 | 101 | 0 | 114 | 41 | 157 | 75 | 52 |
| Binary | 111101 | 10101100 | 101010 | 1000001 | 0 | 1001100 | 100001 | 1101111 | 111101 | 101010 |
Color Harmonies of #3DAC2A
Complementary color
Monochromatic Colors of #3DAC2A
Black with #3DAC2A
Text Example
Text Example
White with #3DAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC2A; }
p { color: rgb(61,172,42); }
H1.HeaderClassName
{
color: #3DAC2A;
}
.AnyTagClassName
{
color: #3DAC2A;
}
</style>
background-color css
<style>
a { background-color: #3DAC2A; }
a { background-color: rgb(61,172,42); }
div.DivClassName
{
background-color: #3DAC2A;
}
.BgClassName
{
background-color: #3DAC2A;
}
</style>
border-color css
<style>
span { border-color: #3DAC2A; }
span { border-color: rgb(61,172,42); }
td.TdClassName
{
border-color: #3DAC2A;
}
.TagClassName
{
border-color: #3DAC2A;
}
</style>