Shades of Lime Green #3ACC21
Tints of Lime Green #3ACC21
RGB
CMYK
RGB Variations
Color information
#3ACC21 (or 0x3ACC21) is known color: Lime Green. HEX triplet: 3A, CC and 21. RGB value is (58,204,33). Sum of RGB (Red+Green+Blue) = 58+204+33=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 204 (80.08% from 255 or 69.15% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACC21 is #C533DE. Grayscale: #8D8D8D. Windows color (decimal): -12923871 or 2214970. OLE color: 2214970.
HSL color Cylindrical-coordinate representation of color #3ACC21: hue angle of 111.23º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3ACC21 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 33 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.2 |
| HSL | 111.23º | 0.72% | 0.46% | - |
| HSV(B) | 111.23º | 0.84% | 0.8% | - |
| XYZ | 23.61 | 44.2 | 8.72 | - |
| YUV | 140.85 | 67.13 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 33 | 0.72 | 0 | 0.84 | 0.2 | 111.23 | 0.72 | 0.46 |
| Hex | 3A | CC | 21 | 48 | 0 | 54 | 14 | 6F | 48 | 2E |
| Octal | 72 | 314 | 41 | 110 | 0 | 124 | 24 | 157 | 110 | 56 |
| Binary | 111010 | 11001100 | 100001 | 1001000 | 0 | 1010100 | 10100 | 1101111 | 1001000 | 101110 |
Color Harmonies of #3ACC21
Complementary color
Monochromatic Colors of #3ACC21
Black with #3ACC21
Text Example
Text Example
White with #3ACC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACC21; }
p { color: rgb(58,204,33); }
H1.HeaderClassName
{
color: #3ACC21;
}
.AnyTagClassName
{
color: #3ACC21;
}
</style>
background-color css
<style>
a { background-color: #3ACC21; }
a { background-color: rgb(58,204,33); }
div.DivClassName
{
background-color: #3ACC21;
}
.BgClassName
{
background-color: #3ACC21;
}
</style>
border-color css
<style>
span { border-color: #3ACC21; }
span { border-color: rgb(58,204,33); }
td.TdClassName
{
border-color: #3ACC21;
}
.TagClassName
{
border-color: #3ACC21;
}
</style>