Shades of Lime Green #2AFB3C
Tints of Lime Green #2AFB3C
RGB
CMYK
RGB Variations
Color information
#2AFB3C (or 0x2AFB3C) is known color: Lime Green. HEX triplet: 2A, FB and 3C. RGB value is (42,251,60). Sum of RGB (Red+Green+Blue) = 42+251+60=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 251 (98.44% from 255 or 71.10% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFB3C is #D504C3. Grayscale: #A7A7A7. Windows color (decimal): -13960388 or 3996458. OLE color: 3996458.
HSL color Cylindrical-coordinate representation of color #2AFB3C: hue angle of 125.17º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFB3C is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 60 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.02 |
| HSL | 125.17º | 0.96% | 0.57% | - |
| HSV(B) | 125.17º | 0.83% | 0.98% | - |
| XYZ | 36.27 | 69.81 | 15.84 | - |
| YUV | 166.74 | 67.76 | 39.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 60 | 0.83 | 0 | 0.76 | 0.02 | 125.17 | 0.96 | 0.57 |
| Hex | 2A | FB | 3C | 53 | 0 | 4C | 2 | 7D | 60 | 39 |
| Octal | 52 | 373 | 74 | 123 | 0 | 114 | 2 | 175 | 140 | 71 |
| Binary | 101010 | 11111011 | 111100 | 1010011 | 0 | 1001100 | 10 | 1111101 | 1100000 | 111001 |
Color Harmonies of #2AFB3C
Complementary color
Monochromatic Colors of #2AFB3C
Black with #2AFB3C
Text Example
Text Example
White with #2AFB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFB3C; }
p { color: rgb(42,251,60); }
H1.HeaderClassName
{
color: #2AFB3C;
}
.AnyTagClassName
{
color: #2AFB3C;
}
</style>
background-color css
<style>
a { background-color: #2AFB3C; }
a { background-color: rgb(42,251,60); }
div.DivClassName
{
background-color: #2AFB3C;
}
.BgClassName
{
background-color: #2AFB3C;
}
</style>
border-color css
<style>
span { border-color: #2AFB3C; }
span { border-color: rgb(42,251,60); }
td.TdClassName
{
border-color: #2AFB3C;
}
.TagClassName
{
border-color: #2AFB3C;
}
</style>