Shades of Spring Green #2AED7B
Tints of Spring Green #2AED7B
RGB
CMYK
RGB Variations
Color information
#2AED7B (or 0x2AED7B) is known color: Spring Green. HEX triplet: 2A, ED and 7B. RGB value is (42,237,123). Sum of RGB (Red+Green+Blue) = 42+237+123=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 237 (92.97% from 255 or 58.96% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 237 - color contains mainly: green. Hex color #2AED7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AED7B is #D51284. Grayscale: #A5A5A5. Windows color (decimal): -13963909 or 8121642. OLE color: 8121642.
HSL color Cylindrical-coordinate representation of color #2AED7B: hue angle of 144.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AED7B is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 237 | 123 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.07 |
| HSL | 144.92º | 0.84% | 0.55% | - |
| HSV(B) | 144.92º | 0.82% | 0.93% | - |
| XYZ | 34.81 | 62.49 | 28.97 | - |
| YUV | 165.7 | 103.9 | 39.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 237 | 123 | 0.82 | 0 | 0.48 | 0.07 | 144.92 | 0.84 | 0.55 |
| Hex | 2A | ED | 7B | 52 | 0 | 30 | 7 | 91 | 54 | 37 |
| Octal | 52 | 355 | 173 | 122 | 0 | 60 | 7 | 221 | 124 | 67 |
| Binary | 101010 | 11101101 | 1111011 | 1010010 | 0 | 110000 | 111 | 10010001 | 1010100 | 110111 |
Color Harmonies of #2AED7B
Complementary color
Monochromatic Colors of #2AED7B
Black with #2AED7B
Text Example
Text Example
White with #2AED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AED7B; }
p { color: rgb(42,237,123); }
H1.HeaderClassName
{
color: #2AED7B;
}
.AnyTagClassName
{
color: #2AED7B;
}
</style>
background-color css
<style>
a { background-color: #2AED7B; }
a { background-color: rgb(42,237,123); }
div.DivClassName
{
background-color: #2AED7B;
}
.BgClassName
{
background-color: #2AED7B;
}
</style>
border-color css
<style>
span { border-color: #2AED7B; }
span { border-color: rgb(42,237,123); }
td.TdClassName
{
border-color: #2AED7B;
}
.TagClassName
{
border-color: #2AED7B;
}
</style>