Shades of Lime Green #3AC239
Tints of Lime Green #3AC239
RGB
CMYK
RGB Variations
Color information
#3AC239 (or 0x3AC239) is known color: Lime Green. HEX triplet: 3A, C2 and 39. RGB value is (58,194,57). Sum of RGB (Red+Green+Blue) = 58+194+57=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 194 (76.17% from 255 or 62.78% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC239 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC239 is #C53DC6. Grayscale: #8A8A8A. Windows color (decimal): -12926407 or 3785274. OLE color: 3785274.
HSL color Cylindrical-coordinate representation of color #3AC239: hue angle of 119.56º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC239 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 57 | - |
| CMYK | 0.70 | 0 | 0.71 | 0.24 |
| HSL | 119.56º | 0.55% | 0.49% | - |
| HSV(B) | 119.56º | 0.71% | 0.76% | - |
| XYZ | 21.78 | 39.78 | 10.4 | - |
| YUV | 137.72 | 82.44 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 57 | 0.70 | 0 | 0.71 | 0.24 | 119.56 | 0.55 | 0.49 |
| Hex | 3A | C2 | 39 | 46 | 0 | 47 | 18 | 78 | 37 | 31 |
| Octal | 72 | 302 | 71 | 106 | 0 | 107 | 30 | 170 | 67 | 61 |
| Binary | 111010 | 11000010 | 111001 | 1000110 | 0 | 1000111 | 11000 | 1111000 | 110111 | 110001 |
Color Harmonies of #3AC239
Complementary color
Monochromatic Colors of #3AC239
Black with #3AC239
Text Example
Text Example
White with #3AC239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC239; }
p { color: rgb(58,194,57); }
H1.HeaderClassName
{
color: #3AC239;
}
.AnyTagClassName
{
color: #3AC239;
}
</style>
background-color css
<style>
a { background-color: #3AC239; }
a { background-color: rgb(58,194,57); }
div.DivClassName
{
background-color: #3AC239;
}
.BgClassName
{
background-color: #3AC239;
}
</style>
border-color css
<style>
span { border-color: #3AC239; }
span { border-color: rgb(58,194,57); }
td.TdClassName
{
border-color: #3AC239;
}
.TagClassName
{
border-color: #3AC239;
}
</style>