Shades of Lime Green #2AFF40
Tints of Lime Green #2AFF40
RGB
CMYK
RGB Variations
Color information
#2AFF40 (or 0x2AFF40) is known color: Lime Green. HEX triplet: 2A, FF and 40. RGB value is (42,255,64). Sum of RGB (Red+Green+Blue) = 42+255+64=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFF40 is #D500BF. Grayscale: #AAAAAA. Windows color (decimal): -13959360 or 4259626. OLE color: 4259626.
HSL color Cylindrical-coordinate representation of color #2AFF40: hue angle of 126.2º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFF40 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 64 | - |
| CMYK | 0.84 | 0 | 0.75 | 0 |
| HSL | 126.2º | 1% | 0.58% | - |
| HSV(B) | 126.2º | 0.84% | 1% | - |
| XYZ | 37.64 | 72.38 | 16.84 | - |
| YUV | 169.54 | 68.43 | 37.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 64 | 0.84 | 0 | 0.75 | 0 | 126.2 | 1 | 0.58 |
| Hex | 2A | FF | 40 | 54 | 0 | 4B | 0 | 7E | 64 | 3A |
| Octal | 52 | 377 | 100 | 124 | 0 | 113 | 0 | 176 | 144 | 72 |
| Binary | 101010 | 11111111 | 1000000 | 1010100 | 0 | 1001011 | 0 | 1111110 | 1100100 | 111010 |
Color Harmonies of #2AFF40
Complementary color
Monochromatic Colors of #2AFF40
Black with #2AFF40
Text Example
Text Example
White with #2AFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF40; }
p { color: rgb(42,255,64); }
H1.HeaderClassName
{
color: #2AFF40;
}
.AnyTagClassName
{
color: #2AFF40;
}
</style>
background-color css
<style>
a { background-color: #2AFF40; }
a { background-color: rgb(42,255,64); }
div.DivClassName
{
background-color: #2AFF40;
}
.BgClassName
{
background-color: #2AFF40;
}
</style>
border-color css
<style>
span { border-color: #2AFF40; }
span { border-color: rgb(42,255,64); }
td.TdClassName
{
border-color: #2AFF40;
}
.TagClassName
{
border-color: #2AFF40;
}
</style>