Shades of Spring Green #2AF98B
Tints of Spring Green #2AF98B
RGB
CMYK
RGB Variations
Color information
#2AF98B (or 0x2AF98B) is known color: Spring Green. HEX triplet: 2A, F9 and 8B. RGB value is (42,249,139). Sum of RGB (Red+Green+Blue) = 42+249+139=430 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.77% from 430); Green value is 249 (97.66% from 255 or 57.91% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF98B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF98B is #D50674. Grayscale: #AEAEAE. Windows color (decimal): -13960821 or 9173290. OLE color: 9173290.
HSL color Cylindrical-coordinate representation of color #2AF98B: hue angle of 148.12º 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 #2AF98B is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 139 | - |
| CMYK | 0.83 | 0 | 0.44 | 0.02 |
| HSL | 148.12º | 0.95% | 0.57% | - |
| HSV(B) | 148.12º | 0.83% | 0.98% | - |
| XYZ | 39.49 | 70.11 | 35.88 | - |
| YUV | 174.57 | 107.92 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 139 | 0.83 | 0 | 0.44 | 0.02 | 148.12 | 0.95 | 0.57 |
| Hex | 2A | F9 | 8B | 53 | 0 | 2C | 2 | 94 | 5F | 39 |
| Octal | 52 | 371 | 213 | 123 | 0 | 54 | 2 | 224 | 137 | 71 |
| Binary | 101010 | 11111001 | 10001011 | 1010011 | 0 | 101100 | 10 | 10010100 | 1011111 | 111001 |
Color Harmonies of #2AF98B
Complementary color
Monochromatic Colors of #2AF98B
Black with #2AF98B
Text Example
Text Example
White with #2AF98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF98B; }
p { color: rgb(42,249,139); }
H1.HeaderClassName
{
color: #2AF98B;
}
.AnyTagClassName
{
color: #2AF98B;
}
</style>
background-color css
<style>
a { background-color: #2AF98B; }
a { background-color: rgb(42,249,139); }
div.DivClassName
{
background-color: #2AF98B;
}
.BgClassName
{
background-color: #2AF98B;
}
</style>
border-color css
<style>
span { border-color: #2AF98B; }
span { border-color: rgb(42,249,139); }
td.TdClassName
{
border-color: #2AF98B;
}
.TagClassName
{
border-color: #2AF98B;
}
</style>