Shades of Lime Green #2AFC41
Tints of Lime Green #2AFC41
RGB
CMYK
RGB Variations
Color information
#2AFC41 (or 0x2AFC41) is known color: Lime Green. HEX triplet: 2A, FC and 41. RGB value is (42,252,65). Sum of RGB (Red+Green+Blue) = 42+252+65=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 252 (98.83% from 255 or 70.19% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFC41 is #D503BE. Grayscale: #A8A8A8. Windows color (decimal): -13960127 or 4324394. OLE color: 4324394.
HSL color Cylindrical-coordinate representation of color #2AFC41: hue angle of 126.57º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFC41 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 65 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.01 |
| HSL | 126.57º | 0.97% | 0.58% | - |
| HSV(B) | 126.57º | 0.83% | 0.99% | - |
| XYZ | 36.72 | 70.49 | 16.67 | - |
| YUV | 167.89 | 69.93 | 38.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 65 | 0.83 | 0 | 0.74 | 0.01 | 126.57 | 0.97 | 0.58 |
| Hex | 2A | FC | 41 | 53 | 0 | 4A | 1 | 7F | 61 | 3A |
| Octal | 52 | 374 | 101 | 123 | 0 | 112 | 1 | 177 | 141 | 72 |
| Binary | 101010 | 11111100 | 1000001 | 1010011 | 0 | 1001010 | 1 | 1111111 | 1100001 | 111010 |
Color Harmonies of #2AFC41
Complementary color
Monochromatic Colors of #2AFC41
Black with #2AFC41
Text Example
Text Example
White with #2AFC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFC41; }
p { color: rgb(42,252,65); }
H1.HeaderClassName
{
color: #2AFC41;
}
.AnyTagClassName
{
color: #2AFC41;
}
</style>
background-color css
<style>
a { background-color: #2AFC41; }
a { background-color: rgb(42,252,65); }
div.DivClassName
{
background-color: #2AFC41;
}
.BgClassName
{
background-color: #2AFC41;
}
</style>
border-color css
<style>
span { border-color: #2AFC41; }
span { border-color: rgb(42,252,65); }
td.TdClassName
{
border-color: #2AFC41;
}
.TagClassName
{
border-color: #2AFC41;
}
</style>