Shades of Kelly Green #3DBD1E
Tints of Kelly Green #3DBD1E
RGB
CMYK
RGB Variations
Color information
#3DBD1E (or 0x3DBD1E) is known color: Kelly Green. HEX triplet: 3D, BD and 1E. RGB value is (61,189,30). Sum of RGB (Red+Green+Blue) = 61+189+30=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 189 (74.22% from 255 or 67.5% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBD1E is #C242E1. Grayscale: #858585. Windows color (decimal): -12731106 or 2014525. OLE color: 2014525.
HSL color Cylindrical-coordinate representation of color #3DBD1E: hue angle of 108.3º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DBD1E is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 30 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.26 |
| HSL | 108.3º | 0.73% | 0.43% | - |
| HSV(B) | 108.3º | 0.84% | 0.74% | - |
| XYZ | 20.36 | 37.48 | 7.39 | - |
| YUV | 132.6 | 70.09 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 30 | 0.68 | 0 | 0.84 | 0.26 | 108.3 | 0.73 | 0.43 |
| Hex | 3D | BD | 1E | 44 | 0 | 54 | 1A | 6C | 49 | 2B |
| Octal | 75 | 275 | 36 | 104 | 0 | 124 | 32 | 154 | 111 | 53 |
| Binary | 111101 | 10111101 | 11110 | 1000100 | 0 | 1010100 | 11010 | 1101100 | 1001001 | 101011 |
Color Harmonies of #3DBD1E
Complementary color
Monochromatic Colors of #3DBD1E
Black with #3DBD1E
Text Example
Text Example
White with #3DBD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD1E; }
p { color: rgb(61,189,30); }
H1.HeaderClassName
{
color: #3DBD1E;
}
.AnyTagClassName
{
color: #3DBD1E;
}
</style>
background-color css
<style>
a { background-color: #3DBD1E; }
a { background-color: rgb(61,189,30); }
div.DivClassName
{
background-color: #3DBD1E;
}
.BgClassName
{
background-color: #3DBD1E;
}
</style>
border-color css
<style>
span { border-color: #3DBD1E; }
span { border-color: rgb(61,189,30); }
td.TdClassName
{
border-color: #3DBD1E;
}
.TagClassName
{
border-color: #3DBD1E;
}
</style>