Shades of Kelly Green #3ACC13
Tints of Kelly Green #3ACC13
RGB
CMYK
RGB Variations
Color information
#3ACC13 (or 0x3ACC13) is known color: Kelly Green. HEX triplet: 3A, CC and 13. RGB value is (58,204,19). Sum of RGB (Red+Green+Blue) = 58+204+19=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 204 (80.08% from 255 or 72.60% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACC13 is #C533EC. Grayscale: #8B8B8B. Windows color (decimal): -12923885 or 1297466. OLE color: 1297466.
HSL color Cylindrical-coordinate representation of color #3ACC13: hue angle of 107.35º 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 #3ACC13 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 19 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.2 |
| HSL | 107.35º | 0.83% | 0.44% | - |
| HSV(B) | 107.35º | 0.91% | 0.8% | - |
| XYZ | 23.46 | 44.13 | 7.9 | - |
| YUV | 139.26 | 60.13 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 19 | 0.72 | 0 | 0.91 | 0.2 | 107.35 | 0.83 | 0.44 |
| Hex | 3A | CC | 13 | 48 | 0 | 5B | 14 | 6B | 53 | 2C |
| Octal | 72 | 314 | 23 | 110 | 0 | 133 | 24 | 153 | 123 | 54 |
| Binary | 111010 | 11001100 | 10011 | 1001000 | 0 | 1011011 | 10100 | 1101011 | 1010011 | 101100 |
Color Harmonies of #3ACC13
Complementary color
Monochromatic Colors of #3ACC13
Black with #3ACC13
Text Example
Text Example
White with #3ACC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACC13; }
p { color: rgb(58,204,19); }
H1.HeaderClassName
{
color: #3ACC13;
}
.AnyTagClassName
{
color: #3ACC13;
}
</style>
background-color css
<style>
a { background-color: #3ACC13; }
a { background-color: rgb(58,204,19); }
div.DivClassName
{
background-color: #3ACC13;
}
.BgClassName
{
background-color: #3ACC13;
}
</style>
border-color css
<style>
span { border-color: #3ACC13; }
span { border-color: rgb(58,204,19); }
td.TdClassName
{
border-color: #3ACC13;
}
.TagClassName
{
border-color: #3ACC13;
}
</style>