Shades of Lime Green #2AF339
Tints of Lime Green #2AF339
RGB
CMYK
RGB Variations
Color information
#2AF339 (or 0x2AF339) is known color: Lime Green. HEX triplet: 2A, F3 and 39. RGB value is (42,243,57). Sum of RGB (Red+Green+Blue) = 42+243+57=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 243 (95.31% from 255 or 71.05% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF339 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF339 is #D50CC6. Grayscale: #A2A2A2. Windows color (decimal): -13962439 or 3797802. OLE color: 3797802.
HSL color Cylindrical-coordinate representation of color #2AF339: hue angle of 124.48º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF339 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 57 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.05 |
| HSL | 124.48º | 0.89% | 0.56% | - |
| HSV(B) | 124.48º | 0.83% | 0.95% | - |
| XYZ | 33.74 | 64.89 | 14.62 | - |
| YUV | 161.7 | 68.91 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 57 | 0.83 | 0 | 0.77 | 0.05 | 124.48 | 0.89 | 0.56 |
| Hex | 2A | F3 | 39 | 53 | 0 | 4D | 5 | 7C | 59 | 38 |
| Octal | 52 | 363 | 71 | 123 | 0 | 115 | 5 | 174 | 131 | 70 |
| Binary | 101010 | 11110011 | 111001 | 1010011 | 0 | 1001101 | 101 | 1111100 | 1011001 | 111000 |
Color Harmonies of #2AF339
Complementary color
Monochromatic Colors of #2AF339
Black with #2AF339
Text Example
Text Example
White with #2AF339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF339; }
p { color: rgb(42,243,57); }
H1.HeaderClassName
{
color: #2AF339;
}
.AnyTagClassName
{
color: #2AF339;
}
</style>
background-color css
<style>
a { background-color: #2AF339; }
a { background-color: rgb(42,243,57); }
div.DivClassName
{
background-color: #2AF339;
}
.BgClassName
{
background-color: #2AF339;
}
</style>
border-color css
<style>
span { border-color: #2AF339; }
span { border-color: rgb(42,243,57); }
td.TdClassName
{
border-color: #2AF339;
}
.TagClassName
{
border-color: #2AF339;
}
</style>