Shades of Kelly Green #3DA003
Tints of Kelly Green #3DA003
RGB
CMYK
RGB Variations
Color information
#3DA003 (or 0x3DA003) is known color: Kelly Green. HEX triplet: 3D, A0 and 03. RGB value is (61,160,3). Sum of RGB (Red+Green+Blue) = 61+160+3=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 160 (62.89% from 255 or 71.43% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA003 is #C25FFC. Grayscale: #717171. Windows color (decimal): -12738557 or 237629. OLE color: 237629.
HSL color Cylindrical-coordinate representation of color #3DA003: hue angle of 97.83º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DA003 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 3 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.37 |
| HSL | 97.83º | 0.96% | 0.32% | - |
| HSV(B) | 97.83º | 0.98% | 0.63% | - |
| XYZ | 14.51 | 26.14 | 4.37 | - |
| YUV | 112.5 | 66.2 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 3 | 0.62 | 0 | 0.98 | 0.37 | 97.83 | 0.96 | 0.32 |
| Hex | 3D | A0 | 3 | 3E | 0 | 62 | 25 | 62 | 60 | 20 |
| Octal | 75 | 240 | 3 | 76 | 0 | 142 | 45 | 142 | 140 | 40 |
| Binary | 111101 | 10100000 | 11 | 111110 | 0 | 1100010 | 100101 | 1100010 | 1100000 | 100000 |
Color Harmonies of #3DA003
Complementary color
Monochromatic Colors of #3DA003
Black with #3DA003
Text Example
Text Example
White with #3DA003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA003; }
p { color: rgb(61,160,3); }
H1.HeaderClassName
{
color: #3DA003;
}
.AnyTagClassName
{
color: #3DA003;
}
</style>
background-color css
<style>
a { background-color: #3DA003; }
a { background-color: rgb(61,160,3); }
div.DivClassName
{
background-color: #3DA003;
}
.BgClassName
{
background-color: #3DA003;
}
</style>
border-color css
<style>
span { border-color: #3DA003; }
span { border-color: rgb(61,160,3); }
td.TdClassName
{
border-color: #3DA003;
}
.TagClassName
{
border-color: #3DA003;
}
</style>