Shades of Kelly Green #3DC20E
Tints of Kelly Green #3DC20E
RGB
CMYK
RGB Variations
Color information
#3DC20E (or 0x3DC20E) is known color: Kelly Green. HEX triplet: 3D, C2 and 0E. RGB value is (61,194,14). Sum of RGB (Red+Green+Blue) = 61+194+14=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 194 (76.17% from 255 or 72.12% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC20E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DC20E is #C23DF1. Grayscale: #868686. Windows color (decimal): -12729842 or 967229. OLE color: 967229.
HSL color Cylindrical-coordinate representation of color #3DC20E: hue angle of 104.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3DC20E is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 14 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.24 |
| HSL | 104.33º | 0.87% | 0.41% | - |
| HSV(B) | 104.33º | 0.93% | 0.76% | - |
| XYZ | 21.3 | 39.61 | 6.94 | - |
| YUV | 133.71 | 60.44 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 14 | 0.69 | 0 | 0.93 | 0.24 | 104.33 | 0.87 | 0.41 |
| Hex | 3D | C2 | E | 45 | 0 | 5D | 18 | 68 | 57 | 29 |
| Octal | 75 | 302 | 16 | 105 | 0 | 135 | 30 | 150 | 127 | 51 |
| Binary | 111101 | 11000010 | 1110 | 1000101 | 0 | 1011101 | 11000 | 1101000 | 1010111 | 101001 |
Color Harmonies of #3DC20E
Complementary color
Monochromatic Colors of #3DC20E
Black with #3DC20E
Text Example
Text Example
White with #3DC20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC20E; }
p { color: rgb(61,194,14); }
H1.HeaderClassName
{
color: #3DC20E;
}
.AnyTagClassName
{
color: #3DC20E;
}
</style>
background-color css
<style>
a { background-color: #3DC20E; }
a { background-color: rgb(61,194,14); }
div.DivClassName
{
background-color: #3DC20E;
}
.BgClassName
{
background-color: #3DC20E;
}
</style>
border-color css
<style>
span { border-color: #3DC20E; }
span { border-color: rgb(61,194,14); }
td.TdClassName
{
border-color: #3DC20E;
}
.TagClassName
{
border-color: #3DC20E;
}
</style>