Shades of Kelly Green #3ACD03
Tints of Kelly Green #3ACD03
RGB
CMYK
RGB Variations
Color information
#3ACD03 (or 0x3ACD03) is known color: Kelly Green. HEX triplet: 3A, CD and 03. RGB value is (58,205,3). Sum of RGB (Red+Green+Blue) = 58+205+3=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 205 (80.47% from 255 or 77.07% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACD03 is #C532FC. Grayscale: #8A8A8A. Windows color (decimal): -12923645 or 249146. OLE color: 249146.
HSL color Cylindrical-coordinate representation of color #3ACD03: hue angle of 103.66º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3ACD03 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 3 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.20 |
| HSL | 103.66º | 0.97% | 0.41% | - |
| HSV(B) | 103.66º | 0.99% | 0.8% | - |
| XYZ | 23.59 | 44.57 | 7.45 | - |
| YUV | 138.02 | 51.8 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 3 | 0.72 | 0 | 0.99 | 0.20 | 103.66 | 0.97 | 0.41 |
| Hex | 3A | CD | 3 | 48 | 0 | 63 | 14 | 68 | 61 | 29 |
| Octal | 72 | 315 | 3 | 110 | 0 | 143 | 24 | 150 | 141 | 51 |
| Binary | 111010 | 11001101 | 11 | 1001000 | 0 | 1100011 | 10100 | 1101000 | 1100001 | 101001 |
Color Harmonies of #3ACD03
Complementary color
Monochromatic Colors of #3ACD03
Black with #3ACD03
Text Example
Text Example
White with #3ACD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD03; }
p { color: rgb(58,205,3); }
H1.HeaderClassName
{
color: #3ACD03;
}
.AnyTagClassName
{
color: #3ACD03;
}
</style>
background-color css
<style>
a { background-color: #3ACD03; }
a { background-color: rgb(58,205,3); }
div.DivClassName
{
background-color: #3ACD03;
}
.BgClassName
{
background-color: #3ACD03;
}
</style>
border-color css
<style>
span { border-color: #3ACD03; }
span { border-color: rgb(58,205,3); }
td.TdClassName
{
border-color: #3ACD03;
}
.TagClassName
{
border-color: #3ACD03;
}
</style>