Shades of Spring Green #2AF184
Tints of Spring Green #2AF184
RGB
CMYK
RGB Variations
Color information
#2AF184 (or 0x2AF184) is known color: Spring Green. HEX triplet: 2A, F1 and 84. RGB value is (42,241,132). Sum of RGB (Red+Green+Blue) = 42+241+132=415 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.12% from 415); Green value is 241 (94.53% from 255 or 58.07% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF184 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF184 is #D50E7B. Grayscale: #A9A9A9. Windows color (decimal): -13962876 or 8712490. OLE color: 8712490.
HSL color Cylindrical-coordinate representation of color #2AF184: hue angle of 147.14º 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 #2AF184 is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 132 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.05 |
| HSL | 147.14º | 0.88% | 0.55% | - |
| HSV(B) | 147.14º | 0.83% | 0.95% | - |
| XYZ | 36.58 | 65.07 | 32.46 | - |
| YUV | 169.07 | 107.07 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 132 | 0.83 | 0 | 0.45 | 0.05 | 147.14 | 0.88 | 0.55 |
| Hex | 2A | F1 | 84 | 53 | 0 | 2D | 5 | 93 | 58 | 37 |
| Octal | 52 | 361 | 204 | 123 | 0 | 55 | 5 | 223 | 130 | 67 |
| Binary | 101010 | 11110001 | 10000100 | 1010011 | 0 | 101101 | 101 | 10010011 | 1011000 | 110111 |
Color Harmonies of #2AF184
Complementary color
Monochromatic Colors of #2AF184
Black with #2AF184
Text Example
Text Example
White with #2AF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF184; }
p { color: rgb(42,241,132); }
H1.HeaderClassName
{
color: #2AF184;
}
.AnyTagClassName
{
color: #2AF184;
}
</style>
background-color css
<style>
a { background-color: #2AF184; }
a { background-color: rgb(42,241,132); }
div.DivClassName
{
background-color: #2AF184;
}
.BgClassName
{
background-color: #2AF184;
}
</style>
border-color css
<style>
span { border-color: #2AF184; }
span { border-color: rgb(42,241,132); }
td.TdClassName
{
border-color: #2AF184;
}
.TagClassName
{
border-color: #2AF184;
}
</style>