Shades of Lime Green #2AFE38
Tints of Lime Green #2AFE38
RGB
CMYK
RGB Variations
Color information
#2AFE38 (or 0x2AFE38) is known color: Lime Green. HEX triplet: 2A, FE and 38. RGB value is (42,254,56). Sum of RGB (Red+Green+Blue) = 42+254+56=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 254 (99.61% from 255 or 72.16% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFE38 is #D501C7. Grayscale: #A8A8A8. Windows color (decimal): -13959624 or 3735082. OLE color: 3735082.
HSL color Cylindrical-coordinate representation of color #2AFE38: hue angle of 123.96º 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 #2AFE38 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 56 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.00 |
| HSL | 123.96º | 0.99% | 0.58% | - |
| HSV(B) | 123.96º | 0.83% | 1% | - |
| XYZ | 37.11 | 71.66 | 15.62 | - |
| YUV | 168.04 | 64.76 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 56 | 0.83 | 0 | 0.78 | 0.00 | 123.96 | 0.99 | 0.58 |
| Hex | 2A | FE | 38 | 53 | 0 | 4E | 0 | 7C | 63 | 3A |
| Octal | 52 | 376 | 70 | 123 | 0 | 116 | 0 | 174 | 143 | 72 |
| Binary | 101010 | 11111110 | 111000 | 1010011 | 0 | 1001110 | 0 | 1111100 | 1100011 | 111010 |
Color Harmonies of #2AFE38
Complementary color
Monochromatic Colors of #2AFE38
Black with #2AFE38
Text Example
Text Example
White with #2AFE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE38; }
p { color: rgb(42,254,56); }
H1.HeaderClassName
{
color: #2AFE38;
}
.AnyTagClassName
{
color: #2AFE38;
}
</style>
background-color css
<style>
a { background-color: #2AFE38; }
a { background-color: rgb(42,254,56); }
div.DivClassName
{
background-color: #2AFE38;
}
.BgClassName
{
background-color: #2AFE38;
}
</style>
border-color css
<style>
span { border-color: #2AFE38; }
span { border-color: rgb(42,254,56); }
td.TdClassName
{
border-color: #2AFE38;
}
.TagClassName
{
border-color: #2AFE38;
}
</style>