Shades of Lime Green #2AF343
Tints of Lime Green #2AF343
RGB
CMYK
RGB Variations
Color information
#2AF343 (or 0x2AF343) is known color: Lime Green. HEX triplet: 2A, F3 and 43. RGB value is (42,243,67). Sum of RGB (Red+Green+Blue) = 42+243+67=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 243 (95.31% from 255 or 69.03% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF343 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF343 is #D50CBC. Grayscale: #A3A3A3. Windows color (decimal): -13962429 or 4453162. OLE color: 4453162.
HSL color Cylindrical-coordinate representation of color #2AF343: hue angle of 127.46º 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 #2AF343 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 67 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.05 |
| HSL | 127.46º | 0.89% | 0.56% | - |
| HSV(B) | 127.46º | 0.83% | 0.95% | - |
| XYZ | 34.02 | 65 | 16.06 | - |
| YUV | 162.84 | 73.91 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 67 | 0.83 | 0 | 0.72 | 0.05 | 127.46 | 0.89 | 0.56 |
| Hex | 2A | F3 | 43 | 53 | 0 | 48 | 5 | 7F | 59 | 38 |
| Octal | 52 | 363 | 103 | 123 | 0 | 110 | 5 | 177 | 131 | 70 |
| Binary | 101010 | 11110011 | 1000011 | 1010011 | 0 | 1001000 | 101 | 1111111 | 1011001 | 111000 |
Color Harmonies of #2AF343
Complementary color
Monochromatic Colors of #2AF343
Black with #2AF343
Text Example
Text Example
White with #2AF343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF343; }
p { color: rgb(42,243,67); }
H1.HeaderClassName
{
color: #2AF343;
}
.AnyTagClassName
{
color: #2AF343;
}
</style>
background-color css
<style>
a { background-color: #2AF343; }
a { background-color: rgb(42,243,67); }
div.DivClassName
{
background-color: #2AF343;
}
.BgClassName
{
background-color: #2AF343;
}
</style>
border-color css
<style>
span { border-color: #2AF343; }
span { border-color: rgb(42,243,67); }
td.TdClassName
{
border-color: #2AF343;
}
.TagClassName
{
border-color: #2AF343;
}
</style>