Shades of Kelly Green #3AD512
Tints of Kelly Green #3AD512
RGB
CMYK
RGB Variations
Color information
#3AD512 (or 0x3AD512) is known color: Kelly Green. HEX triplet: 3A, D5 and 12. RGB value is (58,213,18). Sum of RGB (Red+Green+Blue) = 58+213+18=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 213 (83.59% from 255 or 73.70% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD512 is #C52AED. Grayscale: #919191. Windows color (decimal): -12921582 or 1234234. OLE color: 1234234.
HSL color Cylindrical-coordinate representation of color #3AD512: hue angle of 107.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AD512 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 18 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.16 |
| HSL | 107.69º | 0.84% | 0.45% | - |
| HSV(B) | 107.69º | 0.92% | 0.84% | - |
| XYZ | 25.65 | 48.53 | 8.59 | - |
| YUV | 144.43 | 56.65 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 18 | 0.73 | 0 | 0.92 | 0.16 | 107.69 | 0.84 | 0.45 |
| Hex | 3A | D5 | 12 | 49 | 0 | 5C | 10 | 6C | 54 | 2D |
| Octal | 72 | 325 | 22 | 111 | 0 | 134 | 20 | 154 | 124 | 55 |
| Binary | 111010 | 11010101 | 10010 | 1001001 | 0 | 1011100 | 10000 | 1101100 | 1010100 | 101101 |
Color Harmonies of #3AD512
Complementary color
Monochromatic Colors of #3AD512
Black with #3AD512
Text Example
Text Example
White with #3AD512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD512; }
p { color: rgb(58,213,18); }
H1.HeaderClassName
{
color: #3AD512;
}
.AnyTagClassName
{
color: #3AD512;
}
</style>
background-color css
<style>
a { background-color: #3AD512; }
a { background-color: rgb(58,213,18); }
div.DivClassName
{
background-color: #3AD512;
}
.BgClassName
{
background-color: #3AD512;
}
</style>
border-color css
<style>
span { border-color: #3AD512; }
span { border-color: rgb(58,213,18); }
td.TdClassName
{
border-color: #3AD512;
}
.TagClassName
{
border-color: #3AD512;
}
</style>