Shades of Kelly Green #3ADA12
Tints of Kelly Green #3ADA12
RGB
CMYK
RGB Variations
Color information
#3ADA12 (or 0x3ADA12) is known color: Kelly Green. HEX triplet: 3A, DA and 12. RGB value is (58,218,18). Sum of RGB (Red+Green+Blue) = 58+218+18=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADA12 is #C525ED. Grayscale: #949494. Windows color (decimal): -12920302 or 1235514. OLE color: 1235514.
HSL color Cylindrical-coordinate representation of color #3ADA12: hue angle of 108º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3ADA12 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 18 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.15 |
| HSL | 108º | 0.85% | 0.46% | - |
| HSV(B) | 108º | 0.92% | 0.85% | - |
| XYZ | 26.93 | 51.09 | 9.01 | - |
| YUV | 147.36 | 54.99 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 18 | 0.73 | 0 | 0.92 | 0.15 | 108 | 0.85 | 0.46 |
| Hex | 3A | DA | 12 | 49 | 0 | 5C | F | 6C | 55 | 2E |
| Octal | 72 | 332 | 22 | 111 | 0 | 134 | 17 | 154 | 125 | 56 |
| Binary | 111010 | 11011010 | 10010 | 1001001 | 0 | 1011100 | 1111 | 1101100 | 1010101 | 101110 |
Color Harmonies of #3ADA12
Complementary color
Monochromatic Colors of #3ADA12
Black with #3ADA12
Text Example
Text Example
White with #3ADA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADA12; }
p { color: rgb(58,218,18); }
H1.HeaderClassName
{
color: #3ADA12;
}
.AnyTagClassName
{
color: #3ADA12;
}
</style>
background-color css
<style>
a { background-color: #3ADA12; }
a { background-color: rgb(58,218,18); }
div.DivClassName
{
background-color: #3ADA12;
}
.BgClassName
{
background-color: #3ADA12;
}
</style>
border-color css
<style>
span { border-color: #3ADA12; }
span { border-color: rgb(58,218,18); }
td.TdClassName
{
border-color: #3ADA12;
}
.TagClassName
{
border-color: #3ADA12;
}
</style>