Shades of Lime Green #3ACC3D
Tints of Lime Green #3ACC3D
RGB
CMYK
RGB Variations
Color information
#3ACC3D (or 0x3ACC3D) is known color: Lime Green. HEX triplet: 3A, CC and 3D. RGB value is (58,204,61). Sum of RGB (Red+Green+Blue) = 58+204+61=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACC3D is #C533C2. Grayscale: #909090. Windows color (decimal): -12923843 or 4049978. OLE color: 4049978.
HSL color Cylindrical-coordinate representation of color #3ACC3D: hue angle of 121.23º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACC3D is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 61 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.2 |
| HSL | 121.23º | 0.59% | 0.51% | - |
| HSV(B) | 121.23º | 0.72% | 0.8% | - |
| XYZ | 24.18 | 44.42 | 11.71 | - |
| YUV | 144.04 | 81.13 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 61 | 0.72 | 0 | 0.70 | 0.2 | 121.23 | 0.59 | 0.51 |
| Hex | 3A | CC | 3D | 48 | 0 | 46 | 14 | 79 | 3B | 33 |
| Octal | 72 | 314 | 75 | 110 | 0 | 106 | 24 | 171 | 73 | 63 |
| Binary | 111010 | 11001100 | 111101 | 1001000 | 0 | 1000110 | 10100 | 1111001 | 111011 | 110011 |
Color Harmonies of #3ACC3D
Complementary color
Monochromatic Colors of #3ACC3D
Black with #3ACC3D
Text Example
Text Example
White with #3ACC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACC3D; }
p { color: rgb(58,204,61); }
H1.HeaderClassName
{
color: #3ACC3D;
}
.AnyTagClassName
{
color: #3ACC3D;
}
</style>
background-color css
<style>
a { background-color: #3ACC3D; }
a { background-color: rgb(58,204,61); }
div.DivClassName
{
background-color: #3ACC3D;
}
.BgClassName
{
background-color: #3ACC3D;
}
</style>
border-color css
<style>
span { border-color: #3ACC3D; }
span { border-color: rgb(58,204,61); }
td.TdClassName
{
border-color: #3ACC3D;
}
.TagClassName
{
border-color: #3ACC3D;
}
</style>