Shades of Spring Green #2AFE6E
Tints of Spring Green #2AFE6E
RGB
CMYK
RGB Variations
Color information
#2AFE6E (or 0x2AFE6E) is known color: Spring Green. HEX triplet: 2A, FE and 6E. RGB value is (42,254,110). Sum of RGB (Red+Green+Blue) = 42+254+110=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 254 (99.61% from 255 or 62.56% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFE6E is #D50191. Grayscale: #AEAEAE. Windows color (decimal): -13959570 or 7274026. OLE color: 7274026.
HSL color Cylindrical-coordinate representation of color #2AFE6E: hue angle of 139.25º 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 #2AFE6E is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 110 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.00 |
| HSL | 139.25º | 0.99% | 0.58% | - |
| HSV(B) | 139.25º | 0.83% | 1% | - |
| XYZ | 39.21 | 72.5 | 26.68 | - |
| YUV | 174.2 | 91.76 | 33.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 110 | 0.83 | 0 | 0.57 | 0.00 | 139.25 | 0.99 | 0.58 |
| Hex | 2A | FE | 6E | 53 | 0 | 39 | 0 | 8B | 63 | 3A |
| Octal | 52 | 376 | 156 | 123 | 0 | 71 | 0 | 213 | 143 | 72 |
| Binary | 101010 | 11111110 | 1101110 | 1010011 | 0 | 111001 | 0 | 10001011 | 1100011 | 111010 |
Color Harmonies of #2AFE6E
Complementary color
Monochromatic Colors of #2AFE6E
Black with #2AFE6E
Text Example
Text Example
White with #2AFE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE6E; }
p { color: rgb(42,254,110); }
H1.HeaderClassName
{
color: #2AFE6E;
}
.AnyTagClassName
{
color: #2AFE6E;
}
</style>
background-color css
<style>
a { background-color: #2AFE6E; }
a { background-color: rgb(42,254,110); }
div.DivClassName
{
background-color: #2AFE6E;
}
.BgClassName
{
background-color: #2AFE6E;
}
</style>
border-color css
<style>
span { border-color: #2AFE6E; }
span { border-color: rgb(42,254,110); }
td.TdClassName
{
border-color: #2AFE6E;
}
.TagClassName
{
border-color: #2AFE6E;
}
</style>