Shades of Lime Green #3AEA2C
Tints of Lime Green #3AEA2C
RGB
CMYK
RGB Variations
Color information
#3AEA2C (or 0x3AEA2C) is known color: Lime Green. HEX triplet: 3A, EA and 2C. RGB value is (58,234,44). Sum of RGB (Red+Green+Blue) = 58+234+44=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 234 (91.80% from 255 or 69.64% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEA2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEA2C is #C515D3. Grayscale: #A0A0A0. Windows color (decimal): -12916180 or 2943546. OLE color: 2943546.
HSL color Cylindrical-coordinate representation of color #3AEA2C: hue angle of 115.58º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AEA2C is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 234 | 44 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.08 |
| HSL | 115.58º | 0.82% | 0.55% | - |
| HSV(B) | 115.58º | 0.81% | 0.92% | - |
| XYZ | 31.62 | 59.93 | 12.28 | - |
| YUV | 159.72 | 62.69 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 234 | 44 | 0.75 | 0 | 0.81 | 0.08 | 115.58 | 0.82 | 0.55 |
| Hex | 3A | EA | 2C | 4B | 0 | 51 | 8 | 74 | 52 | 37 |
| Octal | 72 | 352 | 54 | 113 | 0 | 121 | 10 | 164 | 122 | 67 |
| Binary | 111010 | 11101010 | 101100 | 1001011 | 0 | 1010001 | 1000 | 1110100 | 1010010 | 110111 |
Color Harmonies of #3AEA2C
Complementary color
Monochromatic Colors of #3AEA2C
Black with #3AEA2C
Text Example
Text Example
White with #3AEA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEA2C; }
p { color: rgb(58,234,44); }
H1.HeaderClassName
{
color: #3AEA2C;
}
.AnyTagClassName
{
color: #3AEA2C;
}
</style>
background-color css
<style>
a { background-color: #3AEA2C; }
a { background-color: rgb(58,234,44); }
div.DivClassName
{
background-color: #3AEA2C;
}
.BgClassName
{
background-color: #3AEA2C;
}
</style>
border-color css
<style>
span { border-color: #3AEA2C; }
span { border-color: rgb(58,234,44); }
td.TdClassName
{
border-color: #3AEA2C;
}
.TagClassName
{
border-color: #3AEA2C;
}
</style>