Shades of Spring Green #2AFF8A
Tints of Spring Green #2AFF8A
RGB
CMYK
RGB Variations
Color information
#2AFF8A (or 0x2AFF8A) is known color: Spring Green. HEX triplet: 2A, FF and 8A. RGB value is (42,255,138). Sum of RGB (Red+Green+Blue) = 42+255+138=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFF8A is #D50075. Grayscale: #B2B2B2. Windows color (decimal): -13959286 or 9109290. OLE color: 9109290.
HSL color Cylindrical-coordinate representation of color #2AFF8A: hue angle of 147.04º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFF8A is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 138 | - |
| CMYK | 0.84 | 0 | 0.46 | 0 |
| HSL | 147.04º | 1% | 0.58% | - |
| HSV(B) | 147.04º | 0.84% | 1% | - |
| XYZ | 41.3 | 73.85 | 36.12 | - |
| YUV | 177.98 | 105.43 | 31.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 138 | 0.84 | 0 | 0.46 | 0 | 147.04 | 1 | 0.58 |
| Hex | 2A | FF | 8A | 54 | 0 | 2E | 0 | 93 | 64 | 3A |
| Octal | 52 | 377 | 212 | 124 | 0 | 56 | 0 | 223 | 144 | 72 |
| Binary | 101010 | 11111111 | 10001010 | 1010100 | 0 | 101110 | 0 | 10010011 | 1100100 | 111010 |
Color Harmonies of #2AFF8A
Complementary color
Monochromatic Colors of #2AFF8A
Black with #2AFF8A
Text Example
Text Example
White with #2AFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF8A; }
p { color: rgb(42,255,138); }
H1.HeaderClassName
{
color: #2AFF8A;
}
.AnyTagClassName
{
color: #2AFF8A;
}
</style>
background-color css
<style>
a { background-color: #2AFF8A; }
a { background-color: rgb(42,255,138); }
div.DivClassName
{
background-color: #2AFF8A;
}
.BgClassName
{
background-color: #2AFF8A;
}
</style>
border-color css
<style>
span { border-color: #2AFF8A; }
span { border-color: rgb(42,255,138); }
td.TdClassName
{
border-color: #2AFF8A;
}
.TagClassName
{
border-color: #2AFF8A;
}
</style>