Shades of Spring Green #2AFB71
Tints of Spring Green #2AFB71
RGB
CMYK
RGB Variations
Color information
#2AFB71 (or 0x2AFB71) is known color: Spring Green. HEX triplet: 2A, FB and 71. RGB value is (42,251,113). Sum of RGB (Red+Green+Blue) = 42+251+113=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 251 (98.44% from 255 or 61.82% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFB71 is #D5048E. Grayscale: #ADADAD. Windows color (decimal): -13960335 or 7469866. OLE color: 7469866.
HSL color Cylindrical-coordinate representation of color #2AFB71: hue angle of 140.38º 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 #2AFB71 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 113 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.02 |
| HSL | 140.38º | 0.96% | 0.57% | - |
| HSV(B) | 140.38º | 0.83% | 0.98% | - |
| XYZ | 38.43 | 70.68 | 27.24 | - |
| YUV | 172.78 | 94.26 | 34.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 113 | 0.83 | 0 | 0.55 | 0.02 | 140.38 | 0.96 | 0.57 |
| Hex | 2A | FB | 71 | 53 | 0 | 37 | 2 | 8C | 60 | 39 |
| Octal | 52 | 373 | 161 | 123 | 0 | 67 | 2 | 214 | 140 | 71 |
| Binary | 101010 | 11111011 | 1110001 | 1010011 | 0 | 110111 | 10 | 10001100 | 1100000 | 111001 |
Color Harmonies of #2AFB71
Complementary color
Monochromatic Colors of #2AFB71
Black with #2AFB71
Text Example
Text Example
White with #2AFB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFB71; }
p { color: rgb(42,251,113); }
H1.HeaderClassName
{
color: #2AFB71;
}
.AnyTagClassName
{
color: #2AFB71;
}
</style>
background-color css
<style>
a { background-color: #2AFB71; }
a { background-color: rgb(42,251,113); }
div.DivClassName
{
background-color: #2AFB71;
}
.BgClassName
{
background-color: #2AFB71;
}
</style>
border-color css
<style>
span { border-color: #2AFB71; }
span { border-color: rgb(42,251,113); }
td.TdClassName
{
border-color: #2AFB71;
}
.TagClassName
{
border-color: #2AFB71;
}
</style>