Shades of Lime Green #2AEF3E
Tints of Lime Green #2AEF3E
RGB
CMYK
RGB Variations
Color information
#2AEF3E (or 0x2AEF3E) is known color: Lime Green. HEX triplet: 2A, EF and 3E. RGB value is (42,239,62). Sum of RGB (Red+Green+Blue) = 42+239+62=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 239 (93.75% from 255 or 69.68% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEF3E is #D510C1. Grayscale: #A0A0A0. Windows color (decimal): -13963458 or 4124458. OLE color: 4124458.
HSL color Cylindrical-coordinate representation of color #2AEF3E: hue angle of 126.09º 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 #2AEF3E is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 239 | 62 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.06 |
| HSL | 126.09º | 0.86% | 0.55% | - |
| HSV(B) | 126.09º | 0.82% | 0.94% | - |
| XYZ | 32.69 | 62.57 | 14.91 | - |
| YUV | 159.92 | 72.73 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 62 | 0.82 | 0 | 0.74 | 0.06 | 126.09 | 0.86 | 0.55 |
| Hex | 2A | EF | 3E | 52 | 0 | 4A | 6 | 7E | 56 | 37 |
| Octal | 52 | 357 | 76 | 122 | 0 | 112 | 6 | 176 | 126 | 67 |
| Binary | 101010 | 11101111 | 111110 | 1010010 | 0 | 1001010 | 110 | 1111110 | 1010110 | 110111 |
Color Harmonies of #2AEF3E
Complementary color
Monochromatic Colors of #2AEF3E
Black with #2AEF3E
Text Example
Text Example
White with #2AEF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEF3E; }
p { color: rgb(42,239,62); }
H1.HeaderClassName
{
color: #2AEF3E;
}
.AnyTagClassName
{
color: #2AEF3E;
}
</style>
background-color css
<style>
a { background-color: #2AEF3E; }
a { background-color: rgb(42,239,62); }
div.DivClassName
{
background-color: #2AEF3E;
}
.BgClassName
{
background-color: #2AEF3E;
}
</style>
border-color css
<style>
span { border-color: #2AEF3E; }
span { border-color: rgb(42,239,62); }
td.TdClassName
{
border-color: #2AEF3E;
}
.TagClassName
{
border-color: #2AEF3E;
}
</style>