Shades of Kelly Green #3DC20A
Tints of Kelly Green #3DC20A
RGB
CMYK
RGB Variations
Color information
#3DC20A (or 0x3DC20A) is known color: Kelly Green. HEX triplet: 3D, C2 and 0A. RGB value is (61,194,10). Sum of RGB (Red+Green+Blue) = 61+194+10=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 194 (76.17% from 255 or 73.21% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC20A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DC20A is #C23DF5. Grayscale: #858585. Windows color (decimal): -12729846 or 705085. OLE color: 705085.
HSL color Cylindrical-coordinate representation of color #3DC20A: hue angle of 103.37º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3DC20A is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 10 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.24 |
| HSL | 103.37º | 0.9% | 0.4% | - |
| HSV(B) | 103.37º | 0.95% | 0.76% | - |
| XYZ | 21.27 | 39.6 | 6.81 | - |
| YUV | 133.26 | 58.44 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 10 | 0.69 | 0 | 0.95 | 0.24 | 103.37 | 0.9 | 0.4 |
| Hex | 3D | C2 | A | 45 | 0 | 5F | 18 | 67 | 5A | 28 |
| Octal | 75 | 302 | 12 | 105 | 0 | 137 | 30 | 147 | 132 | 50 |
| Binary | 111101 | 11000010 | 1010 | 1000101 | 0 | 1011111 | 11000 | 1100111 | 1011010 | 101000 |
Color Harmonies of #3DC20A
Complementary color
Monochromatic Colors of #3DC20A
Black with #3DC20A
Text Example
Text Example
White with #3DC20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC20A; }
p { color: rgb(61,194,10); }
H1.HeaderClassName
{
color: #3DC20A;
}
.AnyTagClassName
{
color: #3DC20A;
}
</style>
background-color css
<style>
a { background-color: #3DC20A; }
a { background-color: rgb(61,194,10); }
div.DivClassName
{
background-color: #3DC20A;
}
.BgClassName
{
background-color: #3DC20A;
}
</style>
border-color css
<style>
span { border-color: #3DC20A; }
span { border-color: rgb(61,194,10); }
td.TdClassName
{
border-color: #3DC20A;
}
.TagClassName
{
border-color: #3DC20A;
}
</style>