Shades of Lime Green #2AFE3F
Tints of Lime Green #2AFE3F
RGB
CMYK
RGB Variations
Color information
#2AFE3F (or 0x2AFE3F) is known color: Lime Green. HEX triplet: 2A, FE and 3F. RGB value is (42,254,63). Sum of RGB (Red+Green+Blue) = 42+254+63=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 254 (99.61% from 255 or 70.75% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFE3F is #D501C0. Grayscale: #A9A9A9. Windows color (decimal): -13959617 or 4193834. OLE color: 4193834.
HSL color Cylindrical-coordinate representation of color #2AFE3F: hue angle of 125.94º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFE3F is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 63 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.00 |
| HSL | 125.94º | 0.99% | 0.58% | - |
| HSV(B) | 125.94º | 0.83% | 1% | - |
| XYZ | 37.29 | 71.73 | 16.58 | - |
| YUV | 168.84 | 68.26 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 63 | 0.83 | 0 | 0.75 | 0.00 | 125.94 | 0.99 | 0.58 |
| Hex | 2A | FE | 3F | 53 | 0 | 4B | 0 | 7E | 63 | 3A |
| Octal | 52 | 376 | 77 | 123 | 0 | 113 | 0 | 176 | 143 | 72 |
| Binary | 101010 | 11111110 | 111111 | 1010011 | 0 | 1001011 | 0 | 1111110 | 1100011 | 111010 |
Color Harmonies of #2AFE3F
Complementary color
Monochromatic Colors of #2AFE3F
Black with #2AFE3F
Text Example
Text Example
White with #2AFE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE3F; }
p { color: rgb(42,254,63); }
H1.HeaderClassName
{
color: #2AFE3F;
}
.AnyTagClassName
{
color: #2AFE3F;
}
</style>
background-color css
<style>
a { background-color: #2AFE3F; }
a { background-color: rgb(42,254,63); }
div.DivClassName
{
background-color: #2AFE3F;
}
.BgClassName
{
background-color: #2AFE3F;
}
</style>
border-color css
<style>
span { border-color: #2AFE3F; }
span { border-color: rgb(42,254,63); }
td.TdClassName
{
border-color: #2AFE3F;
}
.TagClassName
{
border-color: #2AFE3F;
}
</style>