Shades of Lime Green #2AF341
Tints of Lime Green #2AF341
RGB
CMYK
RGB Variations
Color information
#2AF341 (or 0x2AF341) is known color: Lime Green. HEX triplet: 2A, F3 and 41. RGB value is (42,243,65). Sum of RGB (Red+Green+Blue) = 42+243+65=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 243 (95.31% from 255 or 69.43% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF341 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF341 is #D50CBE. Grayscale: #A3A3A3. Windows color (decimal): -13962431 or 4322090. OLE color: 4322090.
HSL color Cylindrical-coordinate representation of color #2AF341: hue angle of 126.87º 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 #2AF341 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 65 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.05 |
| HSL | 126.87º | 0.89% | 0.56% | - |
| HSV(B) | 126.87º | 0.83% | 0.95% | - |
| XYZ | 33.96 | 64.98 | 15.75 | - |
| YUV | 162.61 | 72.91 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 65 | 0.83 | 0 | 0.73 | 0.05 | 126.87 | 0.89 | 0.56 |
| Hex | 2A | F3 | 41 | 53 | 0 | 49 | 5 | 7F | 59 | 38 |
| Octal | 52 | 363 | 101 | 123 | 0 | 111 | 5 | 177 | 131 | 70 |
| Binary | 101010 | 11110011 | 1000001 | 1010011 | 0 | 1001001 | 101 | 1111111 | 1011001 | 111000 |
Color Harmonies of #2AF341
Complementary color
Monochromatic Colors of #2AF341
Black with #2AF341
Text Example
Text Example
White with #2AF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF341; }
p { color: rgb(42,243,65); }
H1.HeaderClassName
{
color: #2AF341;
}
.AnyTagClassName
{
color: #2AF341;
}
</style>
background-color css
<style>
a { background-color: #2AF341; }
a { background-color: rgb(42,243,65); }
div.DivClassName
{
background-color: #2AF341;
}
.BgClassName
{
background-color: #2AF341;
}
</style>
border-color css
<style>
span { border-color: #2AF341; }
span { border-color: rgb(42,243,65); }
td.TdClassName
{
border-color: #2AF341;
}
.TagClassName
{
border-color: #2AF341;
}
</style>