Shades of Spring Green #2AFD6E
Tints of Spring Green #2AFD6E
RGB
CMYK
RGB Variations
Color information
#2AFD6E (or 0x2AFD6E) is known color: Spring Green. HEX triplet: 2A, FD and 6E. RGB value is (42,253,110). Sum of RGB (Red+Green+Blue) = 42+253+110=405 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.37% from 405); Green value is 253 (99.22% from 255 or 62.47% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFD6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFD6E is #D50291. Grayscale: #ADADAD. Windows color (decimal): -13959826 or 7273770. OLE color: 7273770.
HSL color Cylindrical-coordinate representation of color #2AFD6E: hue angle of 139.34º degrees, saturation: 0.98, 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 #2AFD6E is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 110 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.01 |
| HSL | 139.34º | 0.98% | 0.58% | - |
| HSV(B) | 139.34º | 0.83% | 0.99% | - |
| XYZ | 38.89 | 71.87 | 26.57 | - |
| YUV | 173.61 | 92.1 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 110 | 0.83 | 0 | 0.57 | 0.01 | 139.34 | 0.98 | 0.58 |
| Hex | 2A | FD | 6E | 53 | 0 | 39 | 1 | 8B | 62 | 3A |
| Octal | 52 | 375 | 156 | 123 | 0 | 71 | 1 | 213 | 142 | 72 |
| Binary | 101010 | 11111101 | 1101110 | 1010011 | 0 | 111001 | 1 | 10001011 | 1100010 | 111010 |
Color Harmonies of #2AFD6E
Complementary color
Monochromatic Colors of #2AFD6E
Black with #2AFD6E
Text Example
Text Example
White with #2AFD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFD6E; }
p { color: rgb(42,253,110); }
H1.HeaderClassName
{
color: #2AFD6E;
}
.AnyTagClassName
{
color: #2AFD6E;
}
</style>
background-color css
<style>
a { background-color: #2AFD6E; }
a { background-color: rgb(42,253,110); }
div.DivClassName
{
background-color: #2AFD6E;
}
.BgClassName
{
background-color: #2AFD6E;
}
</style>
border-color css
<style>
span { border-color: #2AFD6E; }
span { border-color: rgb(42,253,110); }
td.TdClassName
{
border-color: #2AFD6E;
}
.TagClassName
{
border-color: #2AFD6E;
}
</style>