Shades of Kelly Green #3ACD13
Tints of Kelly Green #3ACD13
RGB
CMYK
RGB Variations
Color information
#3ACD13 (or 0x3ACD13) is known color: Kelly Green. HEX triplet: 3A, CD and 13. RGB value is (58,205,19). Sum of RGB (Red+Green+Blue) = 58+205+19=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 205 (80.47% from 255 or 72.70% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACD13 is #C532EC. Grayscale: #8C8C8C. Windows color (decimal): -12923629 or 1297722. OLE color: 1297722.
HSL color Cylindrical-coordinate representation of color #3ACD13: hue angle of 107.42º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3ACD13 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 19 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.20 |
| HSL | 107.42º | 0.83% | 0.44% | - |
| HSV(B) | 107.42º | 0.91% | 0.8% | - |
| XYZ | 23.69 | 44.61 | 7.98 | - |
| YUV | 139.84 | 59.8 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 19 | 0.72 | 0 | 0.91 | 0.20 | 107.42 | 0.83 | 0.44 |
| Hex | 3A | CD | 13 | 48 | 0 | 5B | 14 | 6B | 53 | 2C |
| Octal | 72 | 315 | 23 | 110 | 0 | 133 | 24 | 153 | 123 | 54 |
| Binary | 111010 | 11001101 | 10011 | 1001000 | 0 | 1011011 | 10100 | 1101011 | 1010011 | 101100 |
Color Harmonies of #3ACD13
Complementary color
Monochromatic Colors of #3ACD13
Black with #3ACD13
Text Example
Text Example
White with #3ACD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD13; }
p { color: rgb(58,205,19); }
H1.HeaderClassName
{
color: #3ACD13;
}
.AnyTagClassName
{
color: #3ACD13;
}
</style>
background-color css
<style>
a { background-color: #3ACD13; }
a { background-color: rgb(58,205,19); }
div.DivClassName
{
background-color: #3ACD13;
}
.BgClassName
{
background-color: #3ACD13;
}
</style>
border-color css
<style>
span { border-color: #3ACD13; }
span { border-color: rgb(58,205,19); }
td.TdClassName
{
border-color: #3ACD13;
}
.TagClassName
{
border-color: #3ACD13;
}
</style>