Shades of Kelly Green #3DC40A
Tints of Kelly Green #3DC40A
RGB
CMYK
RGB Variations
Color information
#3DC40A (or 0x3DC40A) is known color: Kelly Green. HEX triplet: 3D, C4 and 0A. RGB value is (61,196,10). Sum of RGB (Red+Green+Blue) = 61+196+10=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 196 (76.95% from 255 or 73.41% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DC40A is #C23BF5. Grayscale: #878787. Windows color (decimal): -12729334 or 705597. OLE color: 705597.
HSL color Cylindrical-coordinate representation of color #3DC40A: hue angle of 103.55º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3DC40A is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 196 | 10 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.23 |
| HSL | 103.55º | 0.9% | 0.4% | - |
| HSV(B) | 103.55º | 0.95% | 0.77% | - |
| XYZ | 21.72 | 40.49 | 6.96 | - |
| YUV | 134.43 | 57.77 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 196 | 10 | 0.69 | 0 | 0.95 | 0.23 | 103.55 | 0.9 | 0.4 |
| Hex | 3D | C4 | A | 45 | 0 | 5F | 17 | 68 | 5A | 28 |
| Octal | 75 | 304 | 12 | 105 | 0 | 137 | 27 | 150 | 132 | 50 |
| Binary | 111101 | 11000100 | 1010 | 1000101 | 0 | 1011111 | 10111 | 1101000 | 1011010 | 101000 |
Color Harmonies of #3DC40A
Complementary color
Monochromatic Colors of #3DC40A
Black with #3DC40A
Text Example
Text Example
White with #3DC40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC40A; }
p { color: rgb(61,196,10); }
H1.HeaderClassName
{
color: #3DC40A;
}
.AnyTagClassName
{
color: #3DC40A;
}
</style>
background-color css
<style>
a { background-color: #3DC40A; }
a { background-color: rgb(61,196,10); }
div.DivClassName
{
background-color: #3DC40A;
}
.BgClassName
{
background-color: #3DC40A;
}
</style>
border-color css
<style>
span { border-color: #3DC40A; }
span { border-color: rgb(61,196,10); }
td.TdClassName
{
border-color: #3DC40A;
}
.TagClassName
{
border-color: #3DC40A;
}
</style>