Shades of Lime Green #2AFF41
Tints of Lime Green #2AFF41
RGB
CMYK
RGB Variations
Color information
#2AFF41 (or 0x2AFF41) is known color: Lime Green. HEX triplet: 2A, FF and 41. RGB value is (42,255,65). Sum of RGB (Red+Green+Blue) = 42+255+65=362 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.60% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFF41 is #D500BE. Grayscale: #AAAAAA. Windows color (decimal): -13959359 or 4325162. OLE color: 4325162.
HSL color Cylindrical-coordinate representation of color #2AFF41: hue angle of 126.48º 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 #2AFF41 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 65 | - |
| CMYK | 0.84 | 0 | 0.75 | 0 |
| HSL | 126.48º | 1% | 0.58% | - |
| HSV(B) | 126.48º | 0.84% | 1% | - |
| XYZ | 37.67 | 72.39 | 16.99 | - |
| YUV | 169.65 | 68.93 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 65 | 0.84 | 0 | 0.75 | 0 | 126.48 | 1 | 0.58 |
| Hex | 2A | FF | 41 | 54 | 0 | 4B | 0 | 7E | 64 | 3A |
| Octal | 52 | 377 | 101 | 124 | 0 | 113 | 0 | 176 | 144 | 72 |
| Binary | 101010 | 11111111 | 1000001 | 1010100 | 0 | 1001011 | 0 | 1111110 | 1100100 | 111010 |
Color Harmonies of #2AFF41
Complementary color
Monochromatic Colors of #2AFF41
Black with #2AFF41
Text Example
Text Example
White with #2AFF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF41; }
p { color: rgb(42,255,65); }
H1.HeaderClassName
{
color: #2AFF41;
}
.AnyTagClassName
{
color: #2AFF41;
}
</style>
background-color css
<style>
a { background-color: #2AFF41; }
a { background-color: rgb(42,255,65); }
div.DivClassName
{
background-color: #2AFF41;
}
.BgClassName
{
background-color: #2AFF41;
}
</style>
border-color css
<style>
span { border-color: #2AFF41; }
span { border-color: rgb(42,255,65); }
td.TdClassName
{
border-color: #2AFF41;
}
.TagClassName
{
border-color: #2AFF41;
}
</style>