Shades of Kelly Green #3DB420
Tints of Kelly Green #3DB420
RGB
CMYK
RGB Variations
Color information
#3DB420 (or 0x3DB420) is known color: Kelly Green. HEX triplet: 3D, B4 and 20. RGB value is (61,180,32). Sum of RGB (Red+Green+Blue) = 61+180+32=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 180 (70.70% from 255 or 65.93% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB420 is #C24BDF. Grayscale: #808080. Windows color (decimal): -12733408 or 2143293. OLE color: 2143293.
HSL color Cylindrical-coordinate representation of color #3DB420: hue angle of 108.24º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3DB420 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 32 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.29 |
| HSL | 108.24º | 0.7% | 0.42% | - |
| HSV(B) | 108.24º | 0.82% | 0.71% | - |
| XYZ | 18.51 | 33.74 | 6.9 | - |
| YUV | 127.55 | 74.08 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 32 | 0.66 | 0 | 0.82 | 0.29 | 108.24 | 0.7 | 0.42 |
| Hex | 3D | B4 | 20 | 42 | 0 | 52 | 1D | 6C | 46 | 2A |
| Octal | 75 | 264 | 40 | 102 | 0 | 122 | 35 | 154 | 106 | 52 |
| Binary | 111101 | 10110100 | 100000 | 1000010 | 0 | 1010010 | 11101 | 1101100 | 1000110 | 101010 |
Color Harmonies of #3DB420
Complementary color
Monochromatic Colors of #3DB420
Black with #3DB420
Text Example
Text Example
White with #3DB420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB420; }
p { color: rgb(61,180,32); }
H1.HeaderClassName
{
color: #3DB420;
}
.AnyTagClassName
{
color: #3DB420;
}
</style>
background-color css
<style>
a { background-color: #3DB420; }
a { background-color: rgb(61,180,32); }
div.DivClassName
{
background-color: #3DB420;
}
.BgClassName
{
background-color: #3DB420;
}
</style>
border-color css
<style>
span { border-color: #3DB420; }
span { border-color: rgb(61,180,32); }
td.TdClassName
{
border-color: #3DB420;
}
.TagClassName
{
border-color: #3DB420;
}
</style>