Shades of Spring Green #2AFE7E
Tints of Spring Green #2AFE7E
RGB
CMYK
RGB Variations
Color information
#2AFE7E (or 0x2AFE7E) is known color: Spring Green. HEX triplet: 2A, FE and 7E. RGB value is (42,254,126). Sum of RGB (Red+Green+Blue) = 42+254+126=422 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.95% from 422); Green value is 254 (99.61% from 255 or 60.19% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFE7E is #D50181. Grayscale: #B0B0B0. Windows color (decimal): -13959554 or 8322602. OLE color: 8322602.
HSL color Cylindrical-coordinate representation of color #2AFE7E: hue angle of 143.77º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFE7E is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 126 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.00 |
| HSL | 143.77º | 0.99% | 0.58% | - |
| HSV(B) | 143.77º | 0.83% | 1% | - |
| XYZ | 40.16 | 72.88 | 31.69 | - |
| YUV | 176.02 | 99.76 | 32.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 126 | 0.83 | 0 | 0.50 | 0.00 | 143.77 | 0.99 | 0.58 |
| Hex | 2A | FE | 7E | 53 | 0 | 32 | 0 | 90 | 63 | 3A |
| Octal | 52 | 376 | 176 | 123 | 0 | 62 | 0 | 220 | 143 | 72 |
| Binary | 101010 | 11111110 | 1111110 | 1010011 | 0 | 110010 | 0 | 10010000 | 1100011 | 111010 |
Color Harmonies of #2AFE7E
Complementary color
Monochromatic Colors of #2AFE7E
Black with #2AFE7E
Text Example
Text Example
White with #2AFE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE7E; }
p { color: rgb(42,254,126); }
H1.HeaderClassName
{
color: #2AFE7E;
}
.AnyTagClassName
{
color: #2AFE7E;
}
</style>
background-color css
<style>
a { background-color: #2AFE7E; }
a { background-color: rgb(42,254,126); }
div.DivClassName
{
background-color: #2AFE7E;
}
.BgClassName
{
background-color: #2AFE7E;
}
</style>
border-color css
<style>
span { border-color: #2AFE7E; }
span { border-color: rgb(42,254,126); }
td.TdClassName
{
border-color: #2AFE7E;
}
.TagClassName
{
border-color: #2AFE7E;
}
</style>