Shades of Spring Green #2AF181
Tints of Spring Green #2AF181
RGB
CMYK
RGB Variations
Color information
#2AF181 (or 0x2AF181) is known color: Spring Green. HEX triplet: 2A, F1 and 81. RGB value is (42,241,129). Sum of RGB (Red+Green+Blue) = 42+241+129=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 241 (94.53% from 255 or 58.50% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF181 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF181 is #D50E7E. Grayscale: #A8A8A8. Windows color (decimal): -13962879 or 8515882. OLE color: 8515882.
HSL color Cylindrical-coordinate representation of color #2AF181: hue angle of 146.23º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF181 is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 129 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.05 |
| HSL | 146.23º | 0.88% | 0.55% | - |
| HSV(B) | 146.23º | 0.83% | 0.95% | - |
| XYZ | 36.37 | 64.99 | 31.4 | - |
| YUV | 168.73 | 105.57 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 129 | 0.83 | 0 | 0.46 | 0.05 | 146.23 | 0.88 | 0.55 |
| Hex | 2A | F1 | 81 | 53 | 0 | 2E | 5 | 92 | 58 | 37 |
| Octal | 52 | 361 | 201 | 123 | 0 | 56 | 5 | 222 | 130 | 67 |
| Binary | 101010 | 11110001 | 10000001 | 1010011 | 0 | 101110 | 101 | 10010010 | 1011000 | 110111 |
Color Harmonies of #2AF181
Complementary color
Monochromatic Colors of #2AF181
Black with #2AF181
Text Example
Text Example
White with #2AF181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF181; }
p { color: rgb(42,241,129); }
H1.HeaderClassName
{
color: #2AF181;
}
.AnyTagClassName
{
color: #2AF181;
}
</style>
background-color css
<style>
a { background-color: #2AF181; }
a { background-color: rgb(42,241,129); }
div.DivClassName
{
background-color: #2AF181;
}
.BgClassName
{
background-color: #2AF181;
}
</style>
border-color css
<style>
span { border-color: #2AF181; }
span { border-color: rgb(42,241,129); }
td.TdClassName
{
border-color: #2AF181;
}
.TagClassName
{
border-color: #2AF181;
}
</style>