Shades of Lime Green #3ACA2C
Tints of Lime Green #3ACA2C
RGB
CMYK
RGB Variations
Color information
#3ACA2C (or 0x3ACA2C) is known color: Lime Green. HEX triplet: 3A, CA and 2C. RGB value is (58,202,44). Sum of RGB (Red+Green+Blue) = 58+202+44=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 202 (79.30% from 255 or 66.45% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACA2C is #C535D3. Grayscale: #8D8D8D. Windows color (decimal): -12924372 or 2935354. OLE color: 2935354.
HSL color Cylindrical-coordinate representation of color #3ACA2C: hue angle of 114.68º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3ACA2C is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 202 | 44 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.21 |
| HSL | 114.68º | 0.64% | 0.48% | - |
| HSV(B) | 114.68º | 0.78% | 0.79% | - |
| XYZ | 23.32 | 43.32 | 9.52 | - |
| YUV | 140.93 | 73.29 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 202 | 44 | 0.71 | 0 | 0.78 | 0.21 | 114.68 | 0.64 | 0.48 |
| Hex | 3A | CA | 2C | 47 | 0 | 4E | 15 | 73 | 40 | 30 |
| Octal | 72 | 312 | 54 | 107 | 0 | 116 | 25 | 163 | 100 | 60 |
| Binary | 111010 | 11001010 | 101100 | 1000111 | 0 | 1001110 | 10101 | 1110011 | 1000000 | 110000 |
Color Harmonies of #3ACA2C
Complementary color
Monochromatic Colors of #3ACA2C
Black with #3ACA2C
Text Example
Text Example
White with #3ACA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACA2C; }
p { color: rgb(58,202,44); }
H1.HeaderClassName
{
color: #3ACA2C;
}
.AnyTagClassName
{
color: #3ACA2C;
}
</style>
background-color css
<style>
a { background-color: #3ACA2C; }
a { background-color: rgb(58,202,44); }
div.DivClassName
{
background-color: #3ACA2C;
}
.BgClassName
{
background-color: #3ACA2C;
}
</style>
border-color css
<style>
span { border-color: #3ACA2C; }
span { border-color: rgb(58,202,44); }
td.TdClassName
{
border-color: #3ACA2C;
}
.TagClassName
{
border-color: #3ACA2C;
}
</style>