Shades of Lime Green #2AFD40
Tints of Lime Green #2AFD40
RGB
CMYK
RGB Variations
Color information
#2AFD40 (or 0x2AFD40) is known color: Lime Green. HEX triplet: 2A, FD and 40. RGB value is (42,253,64). Sum of RGB (Red+Green+Blue) = 42+253+64=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 253 (99.22% from 255 or 70.47% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFD40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFD40 is #D502BF. Grayscale: #A8A8A8. Windows color (decimal): -13959872 or 4259114. OLE color: 4259114.
HSL color Cylindrical-coordinate representation of color #2AFD40: hue angle of 126.26º degrees, saturation: 0.98, 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 #2AFD40 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 64 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.01 |
| HSL | 126.26º | 0.98% | 0.58% | - |
| HSV(B) | 126.26º | 0.83% | 0.99% | - |
| XYZ | 37.01 | 71.11 | 16.63 | - |
| YUV | 168.37 | 69.1 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 64 | 0.83 | 0 | 0.75 | 0.01 | 126.26 | 0.98 | 0.58 |
| Hex | 2A | FD | 40 | 53 | 0 | 4B | 1 | 7E | 62 | 3A |
| Octal | 52 | 375 | 100 | 123 | 0 | 113 | 1 | 176 | 142 | 72 |
| Binary | 101010 | 11111101 | 1000000 | 1010011 | 0 | 1001011 | 1 | 1111110 | 1100010 | 111010 |
Color Harmonies of #2AFD40
Complementary color
Monochromatic Colors of #2AFD40
Black with #2AFD40
Text Example
Text Example
White with #2AFD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFD40; }
p { color: rgb(42,253,64); }
H1.HeaderClassName
{
color: #2AFD40;
}
.AnyTagClassName
{
color: #2AFD40;
}
</style>
background-color css
<style>
a { background-color: #2AFD40; }
a { background-color: rgb(42,253,64); }
div.DivClassName
{
background-color: #2AFD40;
}
.BgClassName
{
background-color: #2AFD40;
}
</style>
border-color css
<style>
span { border-color: #2AFD40; }
span { border-color: rgb(42,253,64); }
td.TdClassName
{
border-color: #2AFD40;
}
.TagClassName
{
border-color: #2AFD40;
}
</style>