Shades of Lime Green #2AF743
Tints of Lime Green #2AF743
RGB
CMYK
RGB Variations
Color information
#2AF743 (or 0x2AF743) is known color: Lime Green. HEX triplet: 2A, F7 and 43. RGB value is (42,247,67). Sum of RGB (Red+Green+Blue) = 42+247+67=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 247 (96.88% from 255 or 69.38% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF743 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF743 is #D508BC. Grayscale: #A5A5A5. Windows color (decimal): -13961405 or 4454186. OLE color: 4454186.
HSL color Cylindrical-coordinate representation of color #2AF743: hue angle of 127.32º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF743 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 247 | 67 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.03 |
| HSL | 127.32º | 0.93% | 0.57% | - |
| HSV(B) | 127.32º | 0.83% | 0.97% | - |
| XYZ | 35.23 | 67.42 | 16.47 | - |
| YUV | 165.19 | 72.58 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 67 | 0.83 | 0 | 0.73 | 0.03 | 127.32 | 0.93 | 0.57 |
| Hex | 2A | F7 | 43 | 53 | 0 | 49 | 3 | 7F | 5D | 39 |
| Octal | 52 | 367 | 103 | 123 | 0 | 111 | 3 | 177 | 135 | 71 |
| Binary | 101010 | 11110111 | 1000011 | 1010011 | 0 | 1001001 | 11 | 1111111 | 1011101 | 111001 |
Color Harmonies of #2AF743
Complementary color
Monochromatic Colors of #2AF743
Black with #2AF743
Text Example
Text Example
White with #2AF743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF743; }
p { color: rgb(42,247,67); }
H1.HeaderClassName
{
color: #2AF743;
}
.AnyTagClassName
{
color: #2AF743;
}
</style>
background-color css
<style>
a { background-color: #2AF743; }
a { background-color: rgb(42,247,67); }
div.DivClassName
{
background-color: #2AF743;
}
.BgClassName
{
background-color: #2AF743;
}
</style>
border-color css
<style>
span { border-color: #2AF743; }
span { border-color: rgb(42,247,67); }
td.TdClassName
{
border-color: #2AF743;
}
.TagClassName
{
border-color: #2AF743;
}
</style>