Shades of Spring Green #2AF182
Tints of Spring Green #2AF182
RGB
CMYK
RGB Variations
Color information
#2AF182 (or 0x2AF182) is known color: Spring Green. HEX triplet: 2A, F1 and 82. RGB value is (42,241,130). Sum of RGB (Red+Green+Blue) = 42+241+130=413 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.17% from 413); Green value is 241 (94.53% from 255 or 58.35% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF182 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF182 is #D50E7D. Grayscale: #A9A9A9. Windows color (decimal): -13962878 or 8581418. OLE color: 8581418.
HSL color Cylindrical-coordinate representation of color #2AF182: hue angle of 146.53º 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 #2AF182 is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 130 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.05 |
| HSL | 146.53º | 0.88% | 0.55% | - |
| HSV(B) | 146.53º | 0.83% | 0.95% | - |
| XYZ | 36.44 | 65.01 | 31.75 | - |
| YUV | 168.85 | 106.07 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 130 | 0.83 | 0 | 0.46 | 0.05 | 146.53 | 0.88 | 0.55 |
| Hex | 2A | F1 | 82 | 53 | 0 | 2E | 5 | 93 | 58 | 37 |
| Octal | 52 | 361 | 202 | 123 | 0 | 56 | 5 | 223 | 130 | 67 |
| Binary | 101010 | 11110001 | 10000010 | 1010011 | 0 | 101110 | 101 | 10010011 | 1011000 | 110111 |
Color Harmonies of #2AF182
Complementary color
Monochromatic Colors of #2AF182
Black with #2AF182
Text Example
Text Example
White with #2AF182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF182; }
p { color: rgb(42,241,130); }
H1.HeaderClassName
{
color: #2AF182;
}
.AnyTagClassName
{
color: #2AF182;
}
</style>
background-color css
<style>
a { background-color: #2AF182; }
a { background-color: rgb(42,241,130); }
div.DivClassName
{
background-color: #2AF182;
}
.BgClassName
{
background-color: #2AF182;
}
</style>
border-color css
<style>
span { border-color: #2AF182; }
span { border-color: rgb(42,241,130); }
td.TdClassName
{
border-color: #2AF182;
}
.TagClassName
{
border-color: #2AF182;
}
</style>