Shades of Kelly Green #3DAB18
Tints of Kelly Green #3DAB18
RGB
CMYK
RGB Variations
Color information
#3DAB18 (or 0x3DAB18) is known color: Kelly Green. HEX triplet: 3D, AB and 18. RGB value is (61,171,24). Sum of RGB (Red+Green+Blue) = 61+171+24=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 171 (67.19% from 255 or 66.80% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DAB18 is #C254E7. Grayscale: #797979. Windows color (decimal): -12735720 or 1616701. OLE color: 1616701.
HSL color Cylindrical-coordinate representation of color #3DAB18: hue angle of 104.9º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3DAB18 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 171 | 24 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.33 |
| HSL | 104.9º | 0.75% | 0.38% | - |
| HSV(B) | 104.9º | 0.86% | 0.67% | - |
| XYZ | 16.65 | 30.18 | 5.81 | - |
| YUV | 121.35 | 73.06 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 24 | 0.64 | 0 | 0.86 | 0.33 | 104.9 | 0.75 | 0.38 |
| Hex | 3D | AB | 18 | 40 | 0 | 56 | 21 | 69 | 4B | 26 |
| Octal | 75 | 253 | 30 | 100 | 0 | 126 | 41 | 151 | 113 | 46 |
| Binary | 111101 | 10101011 | 11000 | 1000000 | 0 | 1010110 | 100001 | 1101001 | 1001011 | 100110 |
Color Harmonies of #3DAB18
Complementary color
Monochromatic Colors of #3DAB18
Black with #3DAB18
Text Example
Text Example
White with #3DAB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAB18; }
p { color: rgb(61,171,24); }
H1.HeaderClassName
{
color: #3DAB18;
}
.AnyTagClassName
{
color: #3DAB18;
}
</style>
background-color css
<style>
a { background-color: #3DAB18; }
a { background-color: rgb(61,171,24); }
div.DivClassName
{
background-color: #3DAB18;
}
.BgClassName
{
background-color: #3DAB18;
}
</style>
border-color css
<style>
span { border-color: #3DAB18; }
span { border-color: rgb(61,171,24); }
td.TdClassName
{
border-color: #3DAB18;
}
.TagClassName
{
border-color: #3DAB18;
}
</style>