Shades of Lime Green #2AEA3C
Tints of Lime Green #2AEA3C
RGB
CMYK
RGB Variations
Color information
#2AEA3C (or 0x2AEA3C) is known color: Lime Green. HEX triplet: 2A, EA and 3C. RGB value is (42,234,60). Sum of RGB (Red+Green+Blue) = 42+234+60=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 234 (91.80% from 255 or 69.64% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEA3C is #D515C3. Grayscale: #9D9D9D. Windows color (decimal): -13964740 or 3992106. OLE color: 3992106.
HSL color Cylindrical-coordinate representation of color #2AEA3C: hue angle of 125.62º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEA3C is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 60 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.08 |
| HSL | 125.63º | 0.82% | 0.54% | - |
| HSV(B) | 125.63º | 0.82% | 0.92% | - |
| XYZ | 31.19 | 59.66 | 14.15 | - |
| YUV | 156.76 | 73.39 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 60 | 0.82 | 0 | 0.74 | 0.08 | 125.63 | 0.82 | 0.54 |
| Hex | 2A | EA | 3C | 52 | 0 | 4A | 8 | 7E | 52 | 36 |
| Octal | 52 | 352 | 74 | 122 | 0 | 112 | 10 | 176 | 122 | 66 |
| Binary | 101010 | 11101010 | 111100 | 1010010 | 0 | 1001010 | 1000 | 1111110 | 1010010 | 110110 |
Color Harmonies of #2AEA3C
Complementary color
Monochromatic Colors of #2AEA3C
Black with #2AEA3C
Text Example
Text Example
White with #2AEA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEA3C; }
p { color: rgb(42,234,60); }
H1.HeaderClassName
{
color: #2AEA3C;
}
.AnyTagClassName
{
color: #2AEA3C;
}
</style>
background-color css
<style>
a { background-color: #2AEA3C; }
a { background-color: rgb(42,234,60); }
div.DivClassName
{
background-color: #2AEA3C;
}
.BgClassName
{
background-color: #2AEA3C;
}
</style>
border-color css
<style>
span { border-color: #2AEA3C; }
span { border-color: rgb(42,234,60); }
td.TdClassName
{
border-color: #2AEA3C;
}
.TagClassName
{
border-color: #2AEA3C;
}
</style>