Shades of Lime Green #3AC242
Tints of Lime Green #3AC242
RGB
CMYK
RGB Variations
Color information
#3AC242 (or 0x3AC242) is known color: Lime Green. HEX triplet: 3A, C2 and 42. RGB value is (58,194,66). Sum of RGB (Red+Green+Blue) = 58+194+66=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC242 is #C53DBD. Grayscale: #8B8B8B. Windows color (decimal): -12926398 or 4375098. OLE color: 4375098.
HSL color Cylindrical-coordinate representation of color #3AC242: hue angle of 123.53º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC242 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 66 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.24 |
| HSL | 123.53º | 0.54% | 0.49% | - |
| HSV(B) | 123.53º | 0.7% | 0.76% | - |
| XYZ | 22.02 | 39.88 | 11.69 | - |
| YUV | 138.74 | 86.94 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 66 | 0.70 | 0 | 0.66 | 0.24 | 123.53 | 0.54 | 0.49 |
| Hex | 3A | C2 | 42 | 46 | 0 | 42 | 18 | 7C | 36 | 31 |
| Octal | 72 | 302 | 102 | 106 | 0 | 102 | 30 | 174 | 66 | 61 |
| Binary | 111010 | 11000010 | 1000010 | 1000110 | 0 | 1000010 | 11000 | 1111100 | 110110 | 110001 |
Color Harmonies of #3AC242
Complementary color
Monochromatic Colors of #3AC242
Black with #3AC242
Text Example
Text Example
White with #3AC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC242; }
p { color: rgb(58,194,66); }
H1.HeaderClassName
{
color: #3AC242;
}
.AnyTagClassName
{
color: #3AC242;
}
</style>
background-color css
<style>
a { background-color: #3AC242; }
a { background-color: rgb(58,194,66); }
div.DivClassName
{
background-color: #3AC242;
}
.BgClassName
{
background-color: #3AC242;
}
</style>
border-color css
<style>
span { border-color: #3AC242; }
span { border-color: rgb(58,194,66); }
td.TdClassName
{
border-color: #3AC242;
}
.TagClassName
{
border-color: #3AC242;
}
</style>