Shades of Kelly Green #3DA402
Tints of Kelly Green #3DA402
RGB
CMYK
RGB Variations
Color information
#3DA402 (or 0x3DA402) is known color: Kelly Green. HEX triplet: 3D, A4 and 02. RGB value is (61,164,2). Sum of RGB (Red+Green+Blue) = 61+164+2=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 164 (64.45% from 255 or 72.25% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA402 is #C25BFD. Grayscale: #737373. Windows color (decimal): -12737534 or 173117. OLE color: 173117.
HSL color Cylindrical-coordinate representation of color #3DA402: hue angle of 98.15º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DA402 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 164 | 2 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.36 |
| HSL | 98.15º | 0.98% | 0.33% | - |
| HSV(B) | 98.15º | 0.99% | 0.64% | - |
| XYZ | 15.21 | 27.55 | 4.57 | - |
| YUV | 114.74 | 64.38 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 164 | 2 | 0.63 | 0 | 0.99 | 0.36 | 98.15 | 0.98 | 0.33 |
| Hex | 3D | A4 | 2 | 3F | 0 | 63 | 24 | 62 | 62 | 21 |
| Octal | 75 | 244 | 2 | 77 | 0 | 143 | 44 | 142 | 142 | 41 |
| Binary | 111101 | 10100100 | 10 | 111111 | 0 | 1100011 | 100100 | 1100010 | 1100010 | 100001 |
Color Harmonies of #3DA402
Complementary color
Monochromatic Colors of #3DA402
Black with #3DA402
Text Example
Text Example
White with #3DA402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA402; }
p { color: rgb(61,164,2); }
H1.HeaderClassName
{
color: #3DA402;
}
.AnyTagClassName
{
color: #3DA402;
}
</style>
background-color css
<style>
a { background-color: #3DA402; }
a { background-color: rgb(61,164,2); }
div.DivClassName
{
background-color: #3DA402;
}
.BgClassName
{
background-color: #3DA402;
}
</style>
border-color css
<style>
span { border-color: #3DA402; }
span { border-color: rgb(61,164,2); }
td.TdClassName
{
border-color: #3DA402;
}
.TagClassName
{
border-color: #3DA402;
}
</style>