Shades of Lime Green #3AEE2C
Tints of Lime Green #3AEE2C
RGB
CMYK
RGB Variations
Color information
#3AEE2C (or 0x3AEE2C) is known color: Lime Green. HEX triplet: 3A, EE and 2C. RGB value is (58,238,44). Sum of RGB (Red+Green+Blue) = 58+238+44=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 238 (93.36% from 255 or 70% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEE2C is #C511D3. Grayscale: #A2A2A2. Windows color (decimal): -12915156 or 2944570. OLE color: 2944570.
HSL color Cylindrical-coordinate representation of color #3AEE2C: hue angle of 115.67º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AEE2C is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 44 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.07 |
| HSL | 115.67º | 0.85% | 0.55% | - |
| HSV(B) | 115.67º | 0.82% | 0.93% | - |
| XYZ | 32.77 | 62.23 | 12.67 | - |
| YUV | 162.06 | 61.37 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 44 | 0.76 | 0 | 0.82 | 0.07 | 115.67 | 0.85 | 0.55 |
| Hex | 3A | EE | 2C | 4C | 0 | 52 | 7 | 74 | 55 | 37 |
| Octal | 72 | 356 | 54 | 114 | 0 | 122 | 7 | 164 | 125 | 67 |
| Binary | 111010 | 11101110 | 101100 | 1001100 | 0 | 1010010 | 111 | 1110100 | 1010101 | 110111 |
Color Harmonies of #3AEE2C
Complementary color
Monochromatic Colors of #3AEE2C
Black with #3AEE2C
Text Example
Text Example
White with #3AEE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEE2C; }
p { color: rgb(58,238,44); }
H1.HeaderClassName
{
color: #3AEE2C;
}
.AnyTagClassName
{
color: #3AEE2C;
}
</style>
background-color css
<style>
a { background-color: #3AEE2C; }
a { background-color: rgb(58,238,44); }
div.DivClassName
{
background-color: #3AEE2C;
}
.BgClassName
{
background-color: #3AEE2C;
}
</style>
border-color css
<style>
span { border-color: #3AEE2C; }
span { border-color: rgb(58,238,44); }
td.TdClassName
{
border-color: #3AEE2C;
}
.TagClassName
{
border-color: #3AEE2C;
}
</style>