Shades of Spring Green #2AEF7D
Tints of Spring Green #2AEF7D
RGB
CMYK
RGB Variations
Color information
#2AEF7D (or 0x2AEF7D) is known color: Spring Green. HEX triplet: 2A, EF and 7D. RGB value is (42,239,125). Sum of RGB (Red+Green+Blue) = 42+239+125=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 239 (93.75% from 255 or 58.87% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEF7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEF7D is #D51082. Grayscale: #A7A7A7. Windows color (decimal): -13963395 or 8253226. OLE color: 8253226.
HSL color Cylindrical-coordinate representation of color #2AEF7D: hue angle of 145.28º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEF7D is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 239 | 125 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.06 |
| HSL | 145.28º | 0.86% | 0.55% | - |
| HSV(B) | 145.28º | 0.82% | 0.94% | - |
| XYZ | 35.52 | 63.71 | 29.83 | - |
| YUV | 167.1 | 104.23 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 125 | 0.82 | 0 | 0.48 | 0.06 | 145.28 | 0.86 | 0.55 |
| Hex | 2A | EF | 7D | 52 | 0 | 30 | 6 | 91 | 56 | 37 |
| Octal | 52 | 357 | 175 | 122 | 0 | 60 | 6 | 221 | 126 | 67 |
| Binary | 101010 | 11101111 | 1111101 | 1010010 | 0 | 110000 | 110 | 10010001 | 1010110 | 110111 |
Color Harmonies of #2AEF7D
Complementary color
Monochromatic Colors of #2AEF7D
Black with #2AEF7D
Text Example
Text Example
White with #2AEF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEF7D; }
p { color: rgb(42,239,125); }
H1.HeaderClassName
{
color: #2AEF7D;
}
.AnyTagClassName
{
color: #2AEF7D;
}
</style>
background-color css
<style>
a { background-color: #2AEF7D; }
a { background-color: rgb(42,239,125); }
div.DivClassName
{
background-color: #2AEF7D;
}
.BgClassName
{
background-color: #2AEF7D;
}
</style>
border-color css
<style>
span { border-color: #2AEF7D; }
span { border-color: rgb(42,239,125); }
td.TdClassName
{
border-color: #2AEF7D;
}
.TagClassName
{
border-color: #2AEF7D;
}
</style>