Shades of Lime Green #2AF130
Tints of Lime Green #2AF130
RGB
CMYK
RGB Variations
Color information
#2AF130 (or 0x2AF130) is known color: Lime Green. HEX triplet: 2A, F1 and 30. RGB value is (42,241,48). Sum of RGB (Red+Green+Blue) = 42+241+48=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 241 (94.53% from 255 or 72.81% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF130 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF130 is #D50ECF. Grayscale: #A0A0A0. Windows color (decimal): -13962960 or 3207466. OLE color: 3207466.
HSL color Cylindrical-coordinate representation of color #2AF130: hue angle of 121.81º 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 #2AF130 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 48 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.05 |
| HSL | 121.81º | 0.88% | 0.55% | - |
| HSV(B) | 121.81º | 0.83% | 0.95% | - |
| XYZ | 32.94 | 63.62 | 13.34 | - |
| YUV | 159.5 | 65.07 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 48 | 0.83 | 0 | 0.80 | 0.05 | 121.81 | 0.88 | 0.55 |
| Hex | 2A | F1 | 30 | 53 | 0 | 50 | 5 | 7A | 58 | 37 |
| Octal | 52 | 361 | 60 | 123 | 0 | 120 | 5 | 172 | 130 | 67 |
| Binary | 101010 | 11110001 | 110000 | 1010011 | 0 | 1010000 | 101 | 1111010 | 1011000 | 110111 |
Color Harmonies of #2AF130
Complementary color
Monochromatic Colors of #2AF130
Black with #2AF130
Text Example
Text Example
White with #2AF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF130; }
p { color: rgb(42,241,48); }
H1.HeaderClassName
{
color: #2AF130;
}
.AnyTagClassName
{
color: #2AF130;
}
</style>
background-color css
<style>
a { background-color: #2AF130; }
a { background-color: rgb(42,241,48); }
div.DivClassName
{
background-color: #2AF130;
}
.BgClassName
{
background-color: #2AF130;
}
</style>
border-color css
<style>
span { border-color: #2AF130; }
span { border-color: rgb(42,241,48); }
td.TdClassName
{
border-color: #2AF130;
}
.TagClassName
{
border-color: #2AF130;
}
</style>