Shades of Lime Green #2AF932
Tints of Lime Green #2AF932
RGB
CMYK
RGB Variations
Color information
#2AF932 (or 0x2AF932) is known color: Lime Green. HEX triplet: 2A, F9 and 32. RGB value is (42,249,50). Sum of RGB (Red+Green+Blue) = 42+249+50=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 249 (97.66% from 255 or 73.02% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF932 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF932 is #D506CD. Grayscale: #A5A5A5. Windows color (decimal): -13960910 or 3340586. OLE color: 3340586.
HSL color Cylindrical-coordinate representation of color #2AF932: hue angle of 122.32º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF932 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 50 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.02 |
| HSL | 122.32º | 0.95% | 0.57% | - |
| HSV(B) | 122.32º | 0.83% | 0.98% | - |
| XYZ | 35.41 | 68.47 | 14.37 | - |
| YUV | 164.42 | 63.42 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 50 | 0.83 | 0 | 0.80 | 0.02 | 122.32 | 0.95 | 0.57 |
| Hex | 2A | F9 | 32 | 53 | 0 | 50 | 2 | 7A | 5F | 39 |
| Octal | 52 | 371 | 62 | 123 | 0 | 120 | 2 | 172 | 137 | 71 |
| Binary | 101010 | 11111001 | 110010 | 1010011 | 0 | 1010000 | 10 | 1111010 | 1011111 | 111001 |
Color Harmonies of #2AF932
Complementary color
Monochromatic Colors of #2AF932
Black with #2AF932
Text Example
Text Example
White with #2AF932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF932; }
p { color: rgb(42,249,50); }
H1.HeaderClassName
{
color: #2AF932;
}
.AnyTagClassName
{
color: #2AF932;
}
</style>
background-color css
<style>
a { background-color: #2AF932; }
a { background-color: rgb(42,249,50); }
div.DivClassName
{
background-color: #2AF932;
}
.BgClassName
{
background-color: #2AF932;
}
</style>
border-color css
<style>
span { border-color: #2AF932; }
span { border-color: rgb(42,249,50); }
td.TdClassName
{
border-color: #2AF932;
}
.TagClassName
{
border-color: #2AF932;
}
</style>