Shades of Kelly Green #3DA000
Tints of Kelly Green #3DA000
RGB
CMYK
RGB Variations
Color information
#3DA000 (or 0x3DA000) is known color: Kelly Green. HEX triplet: 3D, A0 and 00. RGB value is (61,160,0). Sum of RGB (Red+Green+Blue) = 61+160+0=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 160 (62.89% from 255 or 72.40% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA000 is #C25FFF. Grayscale: #707070. Windows color (decimal): -12738560 or 41021. OLE color: 41021.
HSL color Cylindrical-coordinate representation of color #3DA000: hue angle of 97.12º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DA000 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.37 |
| HSL | 97.13º | 1% | 0.31% | - |
| HSV(B) | 97.13º | 1% | 0.63% | - |
| XYZ | 14.5 | 26.13 | 4.28 | - |
| YUV | 112.16 | 64.7 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 0 | 0.62 | 0 | 1 | 0.37 | 97.13 | 1 | 0.31 |
| Hex | 3D | A0 | 0 | 3E | 0 | 64 | 25 | 61 | 64 | 1F |
| Octal | 75 | 240 | 0 | 76 | 0 | 144 | 45 | 141 | 144 | 37 |
| Binary | 111101 | 10100000 | 0 | 111110 | 0 | 1100100 | 100101 | 1100001 | 1100100 | 11111 |
Color Harmonies of #3DA000
Complementary color
Monochromatic Colors of #3DA000
Black with #3DA000
Text Example
Text Example
White with #3DA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA000; }
p { color: rgb(61,160,0); }
H1.HeaderClassName
{
color: #3DA000;
}
.AnyTagClassName
{
color: #3DA000;
}
</style>
background-color css
<style>
a { background-color: #3DA000; }
a { background-color: rgb(61,160,0); }
div.DivClassName
{
background-color: #3DA000;
}
.BgClassName
{
background-color: #3DA000;
}
</style>
border-color css
<style>
span { border-color: #3DA000; }
span { border-color: rgb(61,160,0); }
td.TdClassName
{
border-color: #3DA000;
}
.TagClassName
{
border-color: #3DA000;
}
</style>