Shades of Kelly Green #3DBD24
Tints of Kelly Green #3DBD24
RGB
CMYK
RGB Variations
Color information
#3DBD24 (or 0x3DBD24) is known color: Kelly Green. HEX triplet: 3D, BD and 24. RGB value is (61,189,36). Sum of RGB (Red+Green+Blue) = 61+189+36=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBD24 is #C242DB. Grayscale: #858585. Windows color (decimal): -12731100 or 2407741. OLE color: 2407741.
HSL color Cylindrical-coordinate representation of color #3DBD24: hue angle of 110.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DBD24 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 36 | - |
| CMYK | 0.68 | 0 | 0.81 | 0.26 |
| HSL | 110.2º | 0.68% | 0.44% | - |
| HSV(B) | 110.2º | 0.81% | 0.74% | - |
| XYZ | 20.44 | 37.51 | 7.83 | - |
| YUV | 133.29 | 73.09 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 36 | 0.68 | 0 | 0.81 | 0.26 | 110.2 | 0.68 | 0.44 |
| Hex | 3D | BD | 24 | 44 | 0 | 51 | 1A | 6E | 44 | 2C |
| Octal | 75 | 275 | 44 | 104 | 0 | 121 | 32 | 156 | 104 | 54 |
| Binary | 111101 | 10111101 | 100100 | 1000100 | 0 | 1010001 | 11010 | 1101110 | 1000100 | 101100 |
Color Harmonies of #3DBD24
Complementary color
Monochromatic Colors of #3DBD24
Black with #3DBD24
Text Example
Text Example
White with #3DBD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD24; }
p { color: rgb(61,189,36); }
H1.HeaderClassName
{
color: #3DBD24;
}
.AnyTagClassName
{
color: #3DBD24;
}
</style>
background-color css
<style>
a { background-color: #3DBD24; }
a { background-color: rgb(61,189,36); }
div.DivClassName
{
background-color: #3DBD24;
}
.BgClassName
{
background-color: #3DBD24;
}
</style>
border-color css
<style>
span { border-color: #3DBD24; }
span { border-color: rgb(61,189,36); }
td.TdClassName
{
border-color: #3DBD24;
}
.TagClassName
{
border-color: #3DBD24;
}
</style>