Shades of Lime Green #3AC942
Tints of Lime Green #3AC942
RGB
CMYK
RGB Variations
Color information
#3AC942 (or 0x3AC942) is known color: Lime Green. HEX triplet: 3A, C9 and 42. RGB value is (58,201,66). Sum of RGB (Red+Green+Blue) = 58+201+66=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 201 (78.91% from 255 or 61.85% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 201 - color contains mainly: green. Hex color #3AC942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC942 is #C536BD. Grayscale: #8F8F8F. Windows color (decimal): -12924606 or 4376890. OLE color: 4376890.
HSL color Cylindrical-coordinate representation of color #3AC942: hue angle of 123.36º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC942 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 201 | 66 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.21 |
| HSL | 123.36º | 0.57% | 0.51% | - |
| HSV(B) | 123.36º | 0.71% | 0.79% | - |
| XYZ | 23.61 | 43.07 | 12.22 | - |
| YUV | 142.85 | 84.62 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 201 | 66 | 0.71 | 0 | 0.67 | 0.21 | 123.36 | 0.57 | 0.51 |
| Hex | 3A | C9 | 42 | 47 | 0 | 43 | 15 | 7B | 39 | 33 |
| Octal | 72 | 311 | 102 | 107 | 0 | 103 | 25 | 173 | 71 | 63 |
| Binary | 111010 | 11001001 | 1000010 | 1000111 | 0 | 1000011 | 10101 | 1111011 | 111001 | 110011 |
Color Harmonies of #3AC942
Complementary color
Monochromatic Colors of #3AC942
Black with #3AC942
Text Example
Text Example
White with #3AC942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC942; }
p { color: rgb(58,201,66); }
H1.HeaderClassName
{
color: #3AC942;
}
.AnyTagClassName
{
color: #3AC942;
}
</style>
background-color css
<style>
a { background-color: #3AC942; }
a { background-color: rgb(58,201,66); }
div.DivClassName
{
background-color: #3AC942;
}
.BgClassName
{
background-color: #3AC942;
}
</style>
border-color css
<style>
span { border-color: #3AC942; }
span { border-color: rgb(58,201,66); }
td.TdClassName
{
border-color: #3AC942;
}
.TagClassName
{
border-color: #3AC942;
}
</style>