Shades of Kelly Green #3ACD07
Tints of Kelly Green #3ACD07
RGB
CMYK
RGB Variations
Color information
#3ACD07 (or 0x3ACD07) is known color: Kelly Green. HEX triplet: 3A, CD and 07. RGB value is (58,205,7). Sum of RGB (Red+Green+Blue) = 58+205+7=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 205 (80.47% from 255 or 75.93% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACD07 is #C532F8. Grayscale: #8B8B8B. Windows color (decimal): -12923641 or 511290. OLE color: 511290.
HSL color Cylindrical-coordinate representation of color #3ACD07: hue angle of 104.55º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3ACD07 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 7 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.20 |
| HSL | 104.55º | 0.93% | 0.42% | - |
| HSV(B) | 104.55º | 0.97% | 0.8% | - |
| XYZ | 23.61 | 44.58 | 7.56 | - |
| YUV | 138.48 | 53.8 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 7 | 0.72 | 0 | 0.97 | 0.20 | 104.55 | 0.93 | 0.42 |
| Hex | 3A | CD | 7 | 48 | 0 | 61 | 14 | 69 | 5D | 2A |
| Octal | 72 | 315 | 7 | 110 | 0 | 141 | 24 | 151 | 135 | 52 |
| Binary | 111010 | 11001101 | 111 | 1001000 | 0 | 1100001 | 10100 | 1101001 | 1011101 | 101010 |
Color Harmonies of #3ACD07
Complementary color
Monochromatic Colors of #3ACD07
Black with #3ACD07
Text Example
Text Example
White with #3ACD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD07; }
p { color: rgb(58,205,7); }
H1.HeaderClassName
{
color: #3ACD07;
}
.AnyTagClassName
{
color: #3ACD07;
}
</style>
background-color css
<style>
a { background-color: #3ACD07; }
a { background-color: rgb(58,205,7); }
div.DivClassName
{
background-color: #3ACD07;
}
.BgClassName
{
background-color: #3ACD07;
}
</style>
border-color css
<style>
span { border-color: #3ACD07; }
span { border-color: rgb(58,205,7); }
td.TdClassName
{
border-color: #3ACD07;
}
.TagClassName
{
border-color: #3ACD07;
}
</style>