Shades of Lime Green #2AF133
Tints of Lime Green #2AF133
RGB
CMYK
RGB Variations
Color information
#2AF133 (or 0x2AF133) is known color: Lime Green. HEX triplet: 2A, F1 and 33. RGB value is (42,241,51). Sum of RGB (Red+Green+Blue) = 42+241+51=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 241 (94.53% from 255 or 72.16% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF133 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF133 is #D50ECC. Grayscale: #A0A0A0. Windows color (decimal): -13962957 or 3404074. OLE color: 3404074.
HSL color Cylindrical-coordinate representation of color #2AF133: hue angle of 122.71º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF133 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 51 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.05 |
| HSL | 122.71º | 0.88% | 0.55% | - |
| HSV(B) | 122.71º | 0.83% | 0.95% | - |
| XYZ | 33.01 | 63.64 | 13.68 | - |
| YUV | 159.84 | 66.57 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 51 | 0.83 | 0 | 0.79 | 0.05 | 122.71 | 0.88 | 0.55 |
| Hex | 2A | F1 | 33 | 53 | 0 | 4F | 5 | 7B | 58 | 37 |
| Octal | 52 | 361 | 63 | 123 | 0 | 117 | 5 | 173 | 130 | 67 |
| Binary | 101010 | 11110001 | 110011 | 1010011 | 0 | 1001111 | 101 | 1111011 | 1011000 | 110111 |
Color Harmonies of #2AF133
Complementary color
Monochromatic Colors of #2AF133
Black with #2AF133
Text Example
Text Example
White with #2AF133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF133; }
p { color: rgb(42,241,51); }
H1.HeaderClassName
{
color: #2AF133;
}
.AnyTagClassName
{
color: #2AF133;
}
</style>
background-color css
<style>
a { background-color: #2AF133; }
a { background-color: rgb(42,241,51); }
div.DivClassName
{
background-color: #2AF133;
}
.BgClassName
{
background-color: #2AF133;
}
</style>
border-color css
<style>
span { border-color: #2AF133; }
span { border-color: rgb(42,241,51); }
td.TdClassName
{
border-color: #2AF133;
}
.TagClassName
{
border-color: #2AF133;
}
</style>