Shades of Spring Green #2AFA6A
Tints of Spring Green #2AFA6A
RGB
CMYK
RGB Variations
Color information
#2AFA6A (or 0x2AFA6A) is known color: Spring Green. HEX triplet: 2A, FA and 6A. RGB value is (42,250,106). Sum of RGB (Red+Green+Blue) = 42+250+106=398 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.55% from 398); Green value is 250 (98.05% from 255 or 62.81% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFA6A is #D50595. Grayscale: #ABABAB. Windows color (decimal): -13960598 or 7010858. OLE color: 7010858.
HSL color Cylindrical-coordinate representation of color #2AFA6A: hue angle of 138.46º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFA6A is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 106 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.02 |
| HSL | 138.46º | 0.95% | 0.57% | - |
| HSV(B) | 138.46º | 0.83% | 0.98% | - |
| XYZ | 37.74 | 69.9 | 25.14 | - |
| YUV | 171.39 | 91.09 | 35.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 106 | 0.83 | 0 | 0.58 | 0.02 | 138.46 | 0.95 | 0.57 |
| Hex | 2A | FA | 6A | 53 | 0 | 3A | 2 | 8A | 5F | 39 |
| Octal | 52 | 372 | 152 | 123 | 0 | 72 | 2 | 212 | 137 | 71 |
| Binary | 101010 | 11111010 | 1101010 | 1010011 | 0 | 111010 | 10 | 10001010 | 1011111 | 111001 |
Color Harmonies of #2AFA6A
Complementary color
Monochromatic Colors of #2AFA6A
Black with #2AFA6A
Text Example
Text Example
White with #2AFA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFA6A; }
p { color: rgb(42,250,106); }
H1.HeaderClassName
{
color: #2AFA6A;
}
.AnyTagClassName
{
color: #2AFA6A;
}
</style>
background-color css
<style>
a { background-color: #2AFA6A; }
a { background-color: rgb(42,250,106); }
div.DivClassName
{
background-color: #2AFA6A;
}
.BgClassName
{
background-color: #2AFA6A;
}
</style>
border-color css
<style>
span { border-color: #2AFA6A; }
span { border-color: rgb(42,250,106); }
td.TdClassName
{
border-color: #2AFA6A;
}
.TagClassName
{
border-color: #2AFA6A;
}
</style>