Shades of Spring Green #2AEF83
Tints of Spring Green #2AEF83
RGB
CMYK
RGB Variations
Color information
#2AEF83 (or 0x2AEF83) is known color: Spring Green. HEX triplet: 2A, EF and 83. RGB value is (42,239,131). Sum of RGB (Red+Green+Blue) = 42+239+131=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 239 (93.75% from 255 or 58.01% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEF83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AEF83 is #D5107C. Grayscale: #A8A8A8. Windows color (decimal): -13963389 or 8646442. OLE color: 8646442.
HSL color Cylindrical-coordinate representation of color #2AEF83: hue angle of 147.11º 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 #2AEF83 is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 239 | 131 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.06 |
| HSL | 147.11º | 0.86% | 0.55% | - |
| HSV(B) | 147.11º | 0.82% | 0.94% | - |
| XYZ | 35.92 | 63.86 | 31.91 | - |
| YUV | 167.79 | 107.23 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 131 | 0.82 | 0 | 0.45 | 0.06 | 147.11 | 0.86 | 0.55 |
| Hex | 2A | EF | 83 | 52 | 0 | 2D | 6 | 93 | 56 | 37 |
| Octal | 52 | 357 | 203 | 122 | 0 | 55 | 6 | 223 | 126 | 67 |
| Binary | 101010 | 11101111 | 10000011 | 1010010 | 0 | 101101 | 110 | 10010011 | 1010110 | 110111 |
Color Harmonies of #2AEF83
Complementary color
Monochromatic Colors of #2AEF83
Black with #2AEF83
Text Example
Text Example
White with #2AEF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEF83; }
p { color: rgb(42,239,131); }
H1.HeaderClassName
{
color: #2AEF83;
}
.AnyTagClassName
{
color: #2AEF83;
}
</style>
background-color css
<style>
a { background-color: #2AEF83; }
a { background-color: rgb(42,239,131); }
div.DivClassName
{
background-color: #2AEF83;
}
.BgClassName
{
background-color: #2AEF83;
}
</style>
border-color css
<style>
span { border-color: #2AEF83; }
span { border-color: rgb(42,239,131); }
td.TdClassName
{
border-color: #2AEF83;
}
.TagClassName
{
border-color: #2AEF83;
}
</style>