Shades of Lime Green #3ACD36
Tints of Lime Green #3ACD36
RGB
CMYK
RGB Variations
Color information
#3ACD36 (or 0x3ACD36) is known color: Lime Green. HEX triplet: 3A, CD and 36. RGB value is (58,205,54). Sum of RGB (Red+Green+Blue) = 58+205+54=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 205 (80.47% from 255 or 64.67% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACD36 is #C532C9. Grayscale: #909090. Windows color (decimal): -12923594 or 3591482. OLE color: 3591482.
HSL color Cylindrical-coordinate representation of color #3ACD36: hue angle of 118.41º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACD36 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 54 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.20 |
| HSL | 118.41º | 0.6% | 0.51% | - |
| HSV(B) | 118.41º | 0.74% | 0.8% | - |
| XYZ | 24.24 | 44.83 | 10.87 | - |
| YUV | 143.83 | 77.3 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 54 | 0.72 | 0 | 0.74 | 0.20 | 118.41 | 0.6 | 0.51 |
| Hex | 3A | CD | 36 | 48 | 0 | 4A | 14 | 76 | 3C | 33 |
| Octal | 72 | 315 | 66 | 110 | 0 | 112 | 24 | 166 | 74 | 63 |
| Binary | 111010 | 11001101 | 110110 | 1001000 | 0 | 1001010 | 10100 | 1110110 | 111100 | 110011 |
Color Harmonies of #3ACD36
Complementary color
Monochromatic Colors of #3ACD36
Black with #3ACD36
Text Example
Text Example
White with #3ACD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD36; }
p { color: rgb(58,205,54); }
H1.HeaderClassName
{
color: #3ACD36;
}
.AnyTagClassName
{
color: #3ACD36;
}
</style>
background-color css
<style>
a { background-color: #3ACD36; }
a { background-color: rgb(58,205,54); }
div.DivClassName
{
background-color: #3ACD36;
}
.BgClassName
{
background-color: #3ACD36;
}
</style>
border-color css
<style>
span { border-color: #3ACD36; }
span { border-color: rgb(58,205,54); }
td.TdClassName
{
border-color: #3ACD36;
}
.TagClassName
{
border-color: #3ACD36;
}
</style>