Shades of Kelly Green #3AC00D
Tints of Kelly Green #3AC00D
RGB
CMYK
RGB Variations
Color information
#3AC00D (or 0x3AC00D) is known color: Kelly Green. HEX triplet: 3A, C0 and 0D. RGB value is (58,192,13). Sum of RGB (Red+Green+Blue) = 58+192+13=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC00D is #C53FF2. Grayscale: #848484. Windows color (decimal): -12926963 or 901178. OLE color: 901178.
HSL color Cylindrical-coordinate representation of color #3AC00D: hue angle of 104.92º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AC00D is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 13 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.25 |
| HSL | 104.92º | 0.87% | 0.4% | - |
| HSV(B) | 104.92º | 0.93% | 0.75% | - |
| XYZ | 20.67 | 38.63 | 6.75 | - |
| YUV | 131.53 | 61.11 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 13 | 0.70 | 0 | 0.93 | 0.25 | 104.92 | 0.87 | 0.4 |
| Hex | 3A | C0 | D | 46 | 0 | 5D | 19 | 69 | 57 | 28 |
| Octal | 72 | 300 | 15 | 106 | 0 | 135 | 31 | 151 | 127 | 50 |
| Binary | 111010 | 11000000 | 1101 | 1000110 | 0 | 1011101 | 11001 | 1101001 | 1010111 | 101000 |
Color Harmonies of #3AC00D
Complementary color
Monochromatic Colors of #3AC00D
Black with #3AC00D
Text Example
Text Example
White with #3AC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC00D; }
p { color: rgb(58,192,13); }
H1.HeaderClassName
{
color: #3AC00D;
}
.AnyTagClassName
{
color: #3AC00D;
}
</style>
background-color css
<style>
a { background-color: #3AC00D; }
a { background-color: rgb(58,192,13); }
div.DivClassName
{
background-color: #3AC00D;
}
.BgClassName
{
background-color: #3AC00D;
}
</style>
border-color css
<style>
span { border-color: #3AC00D; }
span { border-color: rgb(58,192,13); }
td.TdClassName
{
border-color: #3AC00D;
}
.TagClassName
{
border-color: #3AC00D;
}
</style>