Shades of Spring Green #2AF082
Tints of Spring Green #2AF082
RGB
CMYK
RGB Variations
Color information
#2AF082 (or 0x2AF082) is known color: Spring Green. HEX triplet: 2A, F0 and 82. RGB value is (42,240,130). Sum of RGB (Red+Green+Blue) = 42+240+130=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 240 (94.14% from 255 or 58.25% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF082 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF082 is #D50F7D. Grayscale: #A8A8A8. Windows color (decimal): -13963134 or 8581162. OLE color: 8581162.
HSL color Cylindrical-coordinate representation of color #2AF082: hue angle of 146.67º degrees, saturation: 0.87, 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 #2AF082 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 130 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.06 |
| HSL | 146.67º | 0.87% | 0.55% | - |
| HSV(B) | 146.67º | 0.83% | 0.94% | - |
| XYZ | 36.14 | 64.42 | 31.65 | - |
| YUV | 168.26 | 106.4 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 130 | 0.82 | 0 | 0.46 | 0.06 | 146.67 | 0.87 | 0.55 |
| Hex | 2A | F0 | 82 | 52 | 0 | 2E | 6 | 93 | 57 | 37 |
| Octal | 52 | 360 | 202 | 122 | 0 | 56 | 6 | 223 | 127 | 67 |
| Binary | 101010 | 11110000 | 10000010 | 1010010 | 0 | 101110 | 110 | 10010011 | 1010111 | 110111 |
Color Harmonies of #2AF082
Complementary color
Monochromatic Colors of #2AF082
Black with #2AF082
Text Example
Text Example
White with #2AF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF082; }
p { color: rgb(42,240,130); }
H1.HeaderClassName
{
color: #2AF082;
}
.AnyTagClassName
{
color: #2AF082;
}
</style>
background-color css
<style>
a { background-color: #2AF082; }
a { background-color: rgb(42,240,130); }
div.DivClassName
{
background-color: #2AF082;
}
.BgClassName
{
background-color: #2AF082;
}
</style>
border-color css
<style>
span { border-color: #2AF082; }
span { border-color: rgb(42,240,130); }
td.TdClassName
{
border-color: #2AF082;
}
.TagClassName
{
border-color: #2AF082;
}
</style>