Shades of Lime Green #2AFC34
Tints of Lime Green #2AFC34
RGB
CMYK
RGB Variations
Color information
#2AFC34 (or 0x2AFC34) is known color: Lime Green. HEX triplet: 2A, FC and 34. RGB value is (42,252,52). Sum of RGB (Red+Green+Blue) = 42+252+52=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 252 (98.83% from 255 or 72.83% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFC34 is #D503CB. Grayscale: #A6A6A6. Windows color (decimal): -13960140 or 3472426. OLE color: 3472426.
HSL color Cylindrical-coordinate representation of color #2AFC34: hue angle of 122.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFC34 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 52 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.01 |
| HSL | 122.86º | 0.97% | 0.58% | - |
| HSV(B) | 122.86º | 0.83% | 0.99% | - |
| XYZ | 36.39 | 70.36 | 14.91 | - |
| YUV | 166.41 | 63.43 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 52 | 0.83 | 0 | 0.79 | 0.01 | 122.86 | 0.97 | 0.58 |
| Hex | 2A | FC | 34 | 53 | 0 | 4F | 1 | 7B | 61 | 3A |
| Octal | 52 | 374 | 64 | 123 | 0 | 117 | 1 | 173 | 141 | 72 |
| Binary | 101010 | 11111100 | 110100 | 1010011 | 0 | 1001111 | 1 | 1111011 | 1100001 | 111010 |
Color Harmonies of #2AFC34
Complementary color
Monochromatic Colors of #2AFC34
Black with #2AFC34
Text Example
Text Example
White with #2AFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFC34; }
p { color: rgb(42,252,52); }
H1.HeaderClassName
{
color: #2AFC34;
}
.AnyTagClassName
{
color: #2AFC34;
}
</style>
background-color css
<style>
a { background-color: #2AFC34; }
a { background-color: rgb(42,252,52); }
div.DivClassName
{
background-color: #2AFC34;
}
.BgClassName
{
background-color: #2AFC34;
}
</style>
border-color css
<style>
span { border-color: #2AFC34; }
span { border-color: rgb(42,252,52); }
td.TdClassName
{
border-color: #2AFC34;
}
.TagClassName
{
border-color: #2AFC34;
}
</style>