Shades of Kelly Green #3ACD04
Tints of Kelly Green #3ACD04
RGB
CMYK
RGB Variations
Color information
#3ACD04 (or 0x3ACD04) is known color: Kelly Green. HEX triplet: 3A, CD and 04. RGB value is (58,205,4). Sum of RGB (Red+Green+Blue) = 58+205+4=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 205 (80.47% from 255 or 76.78% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACD04 is #C532FB. Grayscale: #8A8A8A. Windows color (decimal): -12923644 or 314682. OLE color: 314682.
HSL color Cylindrical-coordinate representation of color #3ACD04: hue angle of 103.88º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3ACD04 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 4 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.20 |
| HSL | 103.88º | 0.96% | 0.41% | - |
| HSV(B) | 103.88º | 0.98% | 0.8% | - |
| XYZ | 23.6 | 44.57 | 7.47 | - |
| YUV | 138.13 | 52.3 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 4 | 0.72 | 0 | 0.98 | 0.20 | 103.88 | 0.96 | 0.41 |
| Hex | 3A | CD | 4 | 48 | 0 | 62 | 14 | 68 | 60 | 29 |
| Octal | 72 | 315 | 4 | 110 | 0 | 142 | 24 | 150 | 140 | 51 |
| Binary | 111010 | 11001101 | 100 | 1001000 | 0 | 1100010 | 10100 | 1101000 | 1100000 | 101001 |
Color Harmonies of #3ACD04
Complementary color
Monochromatic Colors of #3ACD04
Black with #3ACD04
Text Example
Text Example
White with #3ACD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD04; }
p { color: rgb(58,205,4); }
H1.HeaderClassName
{
color: #3ACD04;
}
.AnyTagClassName
{
color: #3ACD04;
}
</style>
background-color css
<style>
a { background-color: #3ACD04; }
a { background-color: rgb(58,205,4); }
div.DivClassName
{
background-color: #3ACD04;
}
.BgClassName
{
background-color: #3ACD04;
}
</style>
border-color css
<style>
span { border-color: #3ACD04; }
span { border-color: rgb(58,205,4); }
td.TdClassName
{
border-color: #3ACD04;
}
.TagClassName
{
border-color: #3ACD04;
}
</style>