Shades of Lime Green #3AEF2C
Tints of Lime Green #3AEF2C
RGB
CMYK
RGB Variations
Color information
#3AEF2C (or 0x3AEF2C) is known color: Lime Green. HEX triplet: 3A, EF and 2C. RGB value is (58,239,44). Sum of RGB (Red+Green+Blue) = 58+239+44=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 239 (93.75% from 255 or 70.09% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEF2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEF2C is #C510D3. Grayscale: #A3A3A3. Windows color (decimal): -12914900 or 2944826. OLE color: 2944826.
HSL color Cylindrical-coordinate representation of color #3AEF2C: hue angle of 115.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AEF2C is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 239 | 44 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.06 |
| HSL | 115.69º | 0.86% | 0.55% | - |
| HSV(B) | 115.69º | 0.82% | 0.94% | - |
| XYZ | 33.07 | 62.81 | 12.76 | - |
| YUV | 162.65 | 61.03 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 239 | 44 | 0.76 | 0 | 0.82 | 0.06 | 115.69 | 0.86 | 0.55 |
| Hex | 3A | EF | 2C | 4C | 0 | 52 | 6 | 74 | 56 | 37 |
| Octal | 72 | 357 | 54 | 114 | 0 | 122 | 6 | 164 | 126 | 67 |
| Binary | 111010 | 11101111 | 101100 | 1001100 | 0 | 1010010 | 110 | 1110100 | 1010110 | 110111 |
Color Harmonies of #3AEF2C
Complementary color
Monochromatic Colors of #3AEF2C
Black with #3AEF2C
Text Example
Text Example
White with #3AEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEF2C; }
p { color: rgb(58,239,44); }
H1.HeaderClassName
{
color: #3AEF2C;
}
.AnyTagClassName
{
color: #3AEF2C;
}
</style>
background-color css
<style>
a { background-color: #3AEF2C; }
a { background-color: rgb(58,239,44); }
div.DivClassName
{
background-color: #3AEF2C;
}
.BgClassName
{
background-color: #3AEF2C;
}
</style>
border-color css
<style>
span { border-color: #3AEF2C; }
span { border-color: rgb(58,239,44); }
td.TdClassName
{
border-color: #3AEF2C;
}
.TagClassName
{
border-color: #3AEF2C;
}
</style>