Shades of Lime Green #2AE744
Tints of Lime Green #2AE744
RGB
CMYK
RGB Variations
Color information
#2AE744 (or 0x2AE744) is known color: Lime Green. HEX triplet: 2A, E7 and 44. RGB value is (42,231,68). Sum of RGB (Red+Green+Blue) = 42+231+68=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 231 (90.62% from 255 or 67.74% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE744 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE744 is #D518BB. Grayscale: #9C9C9C. Windows color (decimal): -13965500 or 4515626. OLE color: 4515626.
HSL color Cylindrical-coordinate representation of color #2AE744: hue angle of 128.25º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE744 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 231 | 68 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.09 |
| HSL | 128.25º | 0.8% | 0.54% | - |
| HSV(B) | 128.25º | 0.82% | 0.91% | - |
| XYZ | 30.57 | 58.06 | 15.06 | - |
| YUV | 155.91 | 78.38 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 231 | 68 | 0.82 | 0 | 0.71 | 0.09 | 128.25 | 0.8 | 0.54 |
| Hex | 2A | E7 | 44 | 52 | 0 | 47 | 9 | 80 | 50 | 36 |
| Octal | 52 | 347 | 104 | 122 | 0 | 107 | 11 | 200 | 120 | 66 |
| Binary | 101010 | 11100111 | 1000100 | 1010010 | 0 | 1000111 | 1001 | 10000000 | 1010000 | 110110 |
Color Harmonies of #2AE744
Complementary color
Monochromatic Colors of #2AE744
Black with #2AE744
Text Example
Text Example
White with #2AE744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE744; }
p { color: rgb(42,231,68); }
H1.HeaderClassName
{
color: #2AE744;
}
.AnyTagClassName
{
color: #2AE744;
}
</style>
background-color css
<style>
a { background-color: #2AE744; }
a { background-color: rgb(42,231,68); }
div.DivClassName
{
background-color: #2AE744;
}
.BgClassName
{
background-color: #2AE744;
}
</style>
border-color css
<style>
span { border-color: #2AE744; }
span { border-color: rgb(42,231,68); }
td.TdClassName
{
border-color: #2AE744;
}
.TagClassName
{
border-color: #2AE744;
}
</style>