Shades of Lime Green #2AEF3C
Tints of Lime Green #2AEF3C
RGB
CMYK
RGB Variations
Color information
#2AEF3C (or 0x2AEF3C) is known color: Lime Green. HEX triplet: 2A, EF and 3C. RGB value is (42,239,60). Sum of RGB (Red+Green+Blue) = 42+239+60=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 239 (93.75% from 255 or 70.09% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEF3C is #D510C3. Grayscale: #A0A0A0. Windows color (decimal): -13963460 or 3993386. OLE color: 3993386.
HSL color Cylindrical-coordinate representation of color #2AEF3C: hue angle of 125.48º 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 #2AEF3C is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 239 | 60 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.06 |
| HSL | 125.48º | 0.86% | 0.55% | - |
| HSV(B) | 125.48º | 0.82% | 0.94% | - |
| XYZ | 32.64 | 62.55 | 14.63 | - |
| YUV | 159.69 | 71.73 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 60 | 0.82 | 0 | 0.75 | 0.06 | 125.48 | 0.86 | 0.55 |
| Hex | 2A | EF | 3C | 52 | 0 | 4B | 6 | 7D | 56 | 37 |
| Octal | 52 | 357 | 74 | 122 | 0 | 113 | 6 | 175 | 126 | 67 |
| Binary | 101010 | 11101111 | 111100 | 1010010 | 0 | 1001011 | 110 | 1111101 | 1010110 | 110111 |
Color Harmonies of #2AEF3C
Complementary color
Monochromatic Colors of #2AEF3C
Black with #2AEF3C
Text Example
Text Example
White with #2AEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEF3C; }
p { color: rgb(42,239,60); }
H1.HeaderClassName
{
color: #2AEF3C;
}
.AnyTagClassName
{
color: #2AEF3C;
}
</style>
background-color css
<style>
a { background-color: #2AEF3C; }
a { background-color: rgb(42,239,60); }
div.DivClassName
{
background-color: #2AEF3C;
}
.BgClassName
{
background-color: #2AEF3C;
}
</style>
border-color css
<style>
span { border-color: #2AEF3C; }
span { border-color: rgb(42,239,60); }
td.TdClassName
{
border-color: #2AEF3C;
}
.TagClassName
{
border-color: #2AEF3C;
}
</style>