Shades of Kelly Green #3DA300
Tints of Kelly Green #3DA300
RGB
CMYK
RGB Variations
Color information
#3DA300 (or 0x3DA300) is known color: Kelly Green. HEX triplet: 3D, A3 and 00. RGB value is (61,163,0). Sum of RGB (Red+Green+Blue) = 61+163+0=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 163 (64.06% from 255 or 72.77% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA300 is #C25CFF. Grayscale: #727272. Windows color (decimal): -12737792 or 41789. OLE color: 41789.
HSL color Cylindrical-coordinate representation of color #3DA300: hue angle of 97.55º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DA300 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 163 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.36 |
| HSL | 97.55º | 1% | 0.32% | - |
| HSV(B) | 97.55º | 1% | 0.64% | - |
| XYZ | 15.02 | 27.19 | 4.46 | - |
| YUV | 113.92 | 63.71 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 0 | 0.63 | 0 | 1 | 0.36 | 97.55 | 1 | 0.32 |
| Hex | 3D | A3 | 0 | 3F | 0 | 64 | 24 | 62 | 64 | 20 |
| Octal | 75 | 243 | 0 | 77 | 0 | 144 | 44 | 142 | 144 | 40 |
| Binary | 111101 | 10100011 | 0 | 111111 | 0 | 1100100 | 100100 | 1100010 | 1100100 | 100000 |
Color Harmonies of #3DA300
Complementary color
Monochromatic Colors of #3DA300
Black with #3DA300
Text Example
Text Example
White with #3DA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA300; }
p { color: rgb(61,163,0); }
H1.HeaderClassName
{
color: #3DA300;
}
.AnyTagClassName
{
color: #3DA300;
}
</style>
background-color css
<style>
a { background-color: #3DA300; }
a { background-color: rgb(61,163,0); }
div.DivClassName
{
background-color: #3DA300;
}
.BgClassName
{
background-color: #3DA300;
}
</style>
border-color css
<style>
span { border-color: #3DA300; }
span { border-color: rgb(61,163,0); }
td.TdClassName
{
border-color: #3DA300;
}
.TagClassName
{
border-color: #3DA300;
}
</style>