Shades of Kelly Green #3DAA18
Tints of Kelly Green #3DAA18
RGB
CMYK
RGB Variations
Color information
#3DAA18 (or 0x3DAA18) is known color: Kelly Green. HEX triplet: 3D, AA and 18. RGB value is (61,170,24). Sum of RGB (Red+Green+Blue) = 61+170+24=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 170 (66.80% from 255 or 66.67% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DAA18 is #C255E7. Grayscale: #797979. Windows color (decimal): -12735976 or 1616445. OLE color: 1616445.
HSL color Cylindrical-coordinate representation of color #3DAA18: hue angle of 104.79º 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 #3DAA18 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 170 | 24 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.33 |
| HSL | 104.79º | 0.75% | 0.38% | - |
| HSV(B) | 104.79º | 0.86% | 0.67% | - |
| XYZ | 16.46 | 29.81 | 5.75 | - |
| YUV | 120.77 | 73.39 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 24 | 0.64 | 0 | 0.86 | 0.33 | 104.79 | 0.75 | 0.38 |
| Hex | 3D | AA | 18 | 40 | 0 | 56 | 21 | 69 | 4B | 26 |
| Octal | 75 | 252 | 30 | 100 | 0 | 126 | 41 | 151 | 113 | 46 |
| Binary | 111101 | 10101010 | 11000 | 1000000 | 0 | 1010110 | 100001 | 1101001 | 1001011 | 100110 |
Color Harmonies of #3DAA18
Complementary color
Monochromatic Colors of #3DAA18
Black with #3DAA18
Text Example
Text Example
White with #3DAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAA18; }
p { color: rgb(61,170,24); }
H1.HeaderClassName
{
color: #3DAA18;
}
.AnyTagClassName
{
color: #3DAA18;
}
</style>
background-color css
<style>
a { background-color: #3DAA18; }
a { background-color: rgb(61,170,24); }
div.DivClassName
{
background-color: #3DAA18;
}
.BgClassName
{
background-color: #3DAA18;
}
</style>
border-color css
<style>
span { border-color: #3DAA18; }
span { border-color: rgb(61,170,24); }
td.TdClassName
{
border-color: #3DAA18;
}
.TagClassName
{
border-color: #3DAA18;
}
</style>