Shades of Kelly Green #3DC220
Tints of Kelly Green #3DC220
RGB
CMYK
RGB Variations
Color information
#3DC220 (or 0x3DC220) is known color: Kelly Green. HEX triplet: 3D, C2 and 20. RGB value is (61,194,32). Sum of RGB (Red+Green+Blue) = 61+194+32=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 194 (76.17% from 255 or 67.60% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC220 is #C23DDF. Grayscale: #888888. Windows color (decimal): -12729824 or 2146877. OLE color: 2146877.
HSL color Cylindrical-coordinate representation of color #3DC220: hue angle of 109.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DC220 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 32 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.24 |
| HSL | 109.26º | 0.72% | 0.44% | - |
| HSV(B) | 109.26º | 0.84% | 0.76% | - |
| XYZ | 21.48 | 39.68 | 7.89 | - |
| YUV | 135.77 | 69.44 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 32 | 0.69 | 0 | 0.84 | 0.24 | 109.26 | 0.72 | 0.44 |
| Hex | 3D | C2 | 20 | 45 | 0 | 54 | 18 | 6D | 48 | 2C |
| Octal | 75 | 302 | 40 | 105 | 0 | 124 | 30 | 155 | 110 | 54 |
| Binary | 111101 | 11000010 | 100000 | 1000101 | 0 | 1010100 | 11000 | 1101101 | 1001000 | 101100 |
Color Harmonies of #3DC220
Complementary color
Monochromatic Colors of #3DC220
Black with #3DC220
Text Example
Text Example
White with #3DC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC220; }
p { color: rgb(61,194,32); }
H1.HeaderClassName
{
color: #3DC220;
}
.AnyTagClassName
{
color: #3DC220;
}
</style>
background-color css
<style>
a { background-color: #3DC220; }
a { background-color: rgb(61,194,32); }
div.DivClassName
{
background-color: #3DC220;
}
.BgClassName
{
background-color: #3DC220;
}
</style>
border-color css
<style>
span { border-color: #3DC220; }
span { border-color: rgb(61,194,32); }
td.TdClassName
{
border-color: #3DC220;
}
.TagClassName
{
border-color: #3DC220;
}
</style>