Shades of Spring Green #2AF87D
Tints of Spring Green #2AF87D
RGB
CMYK
RGB Variations
Color information
#2AF87D (or 0x2AF87D) is known color: Spring Green. HEX triplet: 2A, F8 and 7D. RGB value is (42,248,125). Sum of RGB (Red+Green+Blue) = 42+248+125=415 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.12% from 415); Green value is 248 (97.27% from 255 or 59.76% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF87D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF87D is #D50782. Grayscale: #ACACAC. Windows color (decimal): -13961091 or 8255530. OLE color: 8255530.
HSL color Cylindrical-coordinate representation of color #2AF87D: hue angle of 144.17º degrees, saturation: 0.94, 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 #2AF87D is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 248 | 125 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.03 |
| HSL | 144.17º | 0.94% | 0.57% | - |
| HSV(B) | 144.17º | 0.83% | 0.97% | - |
| XYZ | 38.22 | 69.11 | 30.73 | - |
| YUV | 172.38 | 101.25 | 35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 248 | 125 | 0.83 | 0 | 0.50 | 0.03 | 144.17 | 0.94 | 0.57 |
| Hex | 2A | F8 | 7D | 53 | 0 | 32 | 3 | 90 | 5E | 39 |
| Octal | 52 | 370 | 175 | 123 | 0 | 62 | 3 | 220 | 136 | 71 |
| Binary | 101010 | 11111000 | 1111101 | 1010011 | 0 | 110010 | 11 | 10010000 | 1011110 | 111001 |
Color Harmonies of #2AF87D
Complementary color
Monochromatic Colors of #2AF87D
Black with #2AF87D
Text Example
Text Example
White with #2AF87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF87D; }
p { color: rgb(42,248,125); }
H1.HeaderClassName
{
color: #2AF87D;
}
.AnyTagClassName
{
color: #2AF87D;
}
</style>
background-color css
<style>
a { background-color: #2AF87D; }
a { background-color: rgb(42,248,125); }
div.DivClassName
{
background-color: #2AF87D;
}
.BgClassName
{
background-color: #2AF87D;
}
</style>
border-color css
<style>
span { border-color: #2AF87D; }
span { border-color: rgb(42,248,125); }
td.TdClassName
{
border-color: #2AF87D;
}
.TagClassName
{
border-color: #2AF87D;
}
</style>