Shades of Kelly Green #3DCC1E
Tints of Kelly Green #3DCC1E
RGB
CMYK
RGB Variations
Color information
#3DCC1E (or 0x3DCC1E) is known color: Kelly Green. HEX triplet: 3D, CC and 1E. RGB value is (61,204,30). Sum of RGB (Red+Green+Blue) = 61+204+30=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 204 (80.08% from 255 or 69.15% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCC1E is #C233E1. Grayscale: #8D8D8D. Windows color (decimal): -12727266 or 2018365. OLE color: 2018365.
HSL color Cylindrical-coordinate representation of color #3DCC1E: hue angle of 109.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DCC1E is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 30 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.2 |
| HSL | 109.31º | 0.74% | 0.46% | - |
| HSV(B) | 109.31º | 0.85% | 0.8% | - |
| XYZ | 23.75 | 44.27 | 8.52 | - |
| YUV | 141.41 | 65.12 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 30 | 0.70 | 0 | 0.85 | 0.2 | 109.31 | 0.74 | 0.46 |
| Hex | 3D | CC | 1E | 46 | 0 | 55 | 14 | 6D | 4A | 2E |
| Octal | 75 | 314 | 36 | 106 | 0 | 125 | 24 | 155 | 112 | 56 |
| Binary | 111101 | 11001100 | 11110 | 1000110 | 0 | 1010101 | 10100 | 1101101 | 1001010 | 101110 |
Color Harmonies of #3DCC1E
Complementary color
Monochromatic Colors of #3DCC1E
Black with #3DCC1E
Text Example
Text Example
White with #3DCC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCC1E; }
p { color: rgb(61,204,30); }
H1.HeaderClassName
{
color: #3DCC1E;
}
.AnyTagClassName
{
color: #3DCC1E;
}
</style>
background-color css
<style>
a { background-color: #3DCC1E; }
a { background-color: rgb(61,204,30); }
div.DivClassName
{
background-color: #3DCC1E;
}
.BgClassName
{
background-color: #3DCC1E;
}
</style>
border-color css
<style>
span { border-color: #3DCC1E; }
span { border-color: rgb(61,204,30); }
td.TdClassName
{
border-color: #3DCC1E;
}
.TagClassName
{
border-color: #3DCC1E;
}
</style>