Shades of Kelly Green #3DB70E
Tints of Kelly Green #3DB70E
RGB
CMYK
RGB Variations
Color information
#3DB70E (or 0x3DB70E) is known color: Kelly Green. HEX triplet: 3D, B7 and 0E. RGB value is (61,183,14). Sum of RGB (Red+Green+Blue) = 61+183+14=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 183 (71.88% from 255 or 70.93% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB70E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB70E is #C248F1. Grayscale: #7F7F7F. Windows color (decimal): -12732658 or 964413. OLE color: 964413.
HSL color Cylindrical-coordinate representation of color #3DB70E: hue angle of 103.31º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DB70E is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 14 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.28 |
| HSL | 103.31º | 0.86% | 0.39% | - |
| HSV(B) | 103.31º | 0.92% | 0.72% | - |
| XYZ | 18.94 | 34.89 | 6.15 | - |
| YUV | 127.26 | 64.08 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 14 | 0.67 | 0 | 0.92 | 0.28 | 103.31 | 0.86 | 0.39 |
| Hex | 3D | B7 | E | 43 | 0 | 5C | 1C | 67 | 56 | 27 |
| Octal | 75 | 267 | 16 | 103 | 0 | 134 | 34 | 147 | 126 | 47 |
| Binary | 111101 | 10110111 | 1110 | 1000011 | 0 | 1011100 | 11100 | 1100111 | 1010110 | 100111 |
Color Harmonies of #3DB70E
Complementary color
Monochromatic Colors of #3DB70E
Black with #3DB70E
Text Example
Text Example
White with #3DB70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB70E; }
p { color: rgb(61,183,14); }
H1.HeaderClassName
{
color: #3DB70E;
}
.AnyTagClassName
{
color: #3DB70E;
}
</style>
background-color css
<style>
a { background-color: #3DB70E; }
a { background-color: rgb(61,183,14); }
div.DivClassName
{
background-color: #3DB70E;
}
.BgClassName
{
background-color: #3DB70E;
}
</style>
border-color css
<style>
span { border-color: #3DB70E; }
span { border-color: rgb(61,183,14); }
td.TdClassName
{
border-color: #3DB70E;
}
.TagClassName
{
border-color: #3DB70E;
}
</style>