Shades of Lime Green #2AF23C
Tints of Lime Green #2AF23C
RGB
CMYK
RGB Variations
Color information
#2AF23C (or 0x2AF23C) is known color: Lime Green. HEX triplet: 2A, F2 and 3C. RGB value is (42,242,60). Sum of RGB (Red+Green+Blue) = 42+242+60=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 242 (94.92% from 255 or 70.35% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF23C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF23C is #D50DC3. Grayscale: #A1A1A1. Windows color (decimal): -13962692 or 3994154. OLE color: 3994154.
HSL color Cylindrical-coordinate representation of color #2AF23C: hue angle of 125.4º degrees, saturation: 0.88, 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 #2AF23C is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 242 | 60 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.05 |
| HSL | 125.4º | 0.88% | 0.56% | - |
| HSV(B) | 125.4º | 0.83% | 0.95% | - |
| XYZ | 33.52 | 64.32 | 14.92 | - |
| YUV | 161.45 | 70.74 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 242 | 60 | 0.83 | 0 | 0.75 | 0.05 | 125.4 | 0.88 | 0.56 |
| Hex | 2A | F2 | 3C | 53 | 0 | 4B | 5 | 7D | 58 | 38 |
| Octal | 52 | 362 | 74 | 123 | 0 | 113 | 5 | 175 | 130 | 70 |
| Binary | 101010 | 11110010 | 111100 | 1010011 | 0 | 1001011 | 101 | 1111101 | 1011000 | 111000 |
Color Harmonies of #2AF23C
Complementary color
Monochromatic Colors of #2AF23C
Black with #2AF23C
Text Example
Text Example
White with #2AF23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF23C; }
p { color: rgb(42,242,60); }
H1.HeaderClassName
{
color: #2AF23C;
}
.AnyTagClassName
{
color: #2AF23C;
}
</style>
background-color css
<style>
a { background-color: #2AF23C; }
a { background-color: rgb(42,242,60); }
div.DivClassName
{
background-color: #2AF23C;
}
.BgClassName
{
background-color: #2AF23C;
}
</style>
border-color css
<style>
span { border-color: #2AF23C; }
span { border-color: rgb(42,242,60); }
td.TdClassName
{
border-color: #2AF23C;
}
.TagClassName
{
border-color: #2AF23C;
}
</style>