Shades of Kelly Green #3ACC08
Tints of Kelly Green #3ACC08
RGB
CMYK
RGB Variations
Color information
#3ACC08 (or 0x3ACC08) is known color: Kelly Green. HEX triplet: 3A, CC and 08. RGB value is (58,204,8). Sum of RGB (Red+Green+Blue) = 58+204+8=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 204 (80.08% from 255 or 75.56% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACC08 is #C533F7. Grayscale: #8A8A8A. Windows color (decimal): -12923896 or 576570. OLE color: 576570.
HSL color Cylindrical-coordinate representation of color #3ACC08: hue angle of 104.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3ACC08 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 8 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.2 |
| HSL | 104.69º | 0.92% | 0.42% | - |
| HSV(B) | 104.69º | 0.96% | 0.8% | - |
| XYZ | 23.38 | 44.1 | 7.51 | - |
| YUV | 138 | 54.63 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 8 | 0.72 | 0 | 0.96 | 0.2 | 104.69 | 0.92 | 0.42 |
| Hex | 3A | CC | 8 | 48 | 0 | 60 | 14 | 69 | 5C | 2A |
| Octal | 72 | 314 | 10 | 110 | 0 | 140 | 24 | 151 | 134 | 52 |
| Binary | 111010 | 11001100 | 1000 | 1001000 | 0 | 1100000 | 10100 | 1101001 | 1011100 | 101010 |
Color Harmonies of #3ACC08
Complementary color
Monochromatic Colors of #3ACC08
Black with #3ACC08
Text Example
Text Example
White with #3ACC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACC08; }
p { color: rgb(58,204,8); }
H1.HeaderClassName
{
color: #3ACC08;
}
.AnyTagClassName
{
color: #3ACC08;
}
</style>
background-color css
<style>
a { background-color: #3ACC08; }
a { background-color: rgb(58,204,8); }
div.DivClassName
{
background-color: #3ACC08;
}
.BgClassName
{
background-color: #3ACC08;
}
</style>
border-color css
<style>
span { border-color: #3ACC08; }
span { border-color: rgb(58,204,8); }
td.TdClassName
{
border-color: #3ACC08;
}
.TagClassName
{
border-color: #3ACC08;
}
</style>