Shades of Spring Green #2AF48C
Tints of Spring Green #2AF48C
RGB
CMYK
RGB Variations
Color information
#2AF48C (or 0x2AF48C) is known color: Spring Green. HEX triplet: 2A, F4 and 8C. RGB value is (42,244,140). Sum of RGB (Red+Green+Blue) = 42+244+140=426 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.86% from 426); Green value is 244 (95.70% from 255 or 57.28% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF48C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF48C is #D50B73. Grayscale: #ABABAB. Windows color (decimal): -13962100 or 9237546. OLE color: 9237546.
HSL color Cylindrical-coordinate representation of color #2AF48C: hue angle of 149.11º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF48C is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 140 | - |
| CMYK | 0.83 | 0 | 0.43 | 0.04 |
| HSL | 149.11º | 0.9% | 0.56% | - |
| HSV(B) | 149.11º | 0.83% | 0.96% | - |
| XYZ | 38.04 | 67.09 | 35.76 | - |
| YUV | 171.75 | 110.08 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 140 | 0.83 | 0 | 0.43 | 0.04 | 149.11 | 0.9 | 0.56 |
| Hex | 2A | F4 | 8C | 53 | 0 | 2B | 4 | 95 | 5A | 38 |
| Octal | 52 | 364 | 214 | 123 | 0 | 53 | 4 | 225 | 132 | 70 |
| Binary | 101010 | 11110100 | 10001100 | 1010011 | 0 | 101011 | 100 | 10010101 | 1011010 | 111000 |
Color Harmonies of #2AF48C
Complementary color
Monochromatic Colors of #2AF48C
Black with #2AF48C
Text Example
Text Example
White with #2AF48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF48C; }
p { color: rgb(42,244,140); }
H1.HeaderClassName
{
color: #2AF48C;
}
.AnyTagClassName
{
color: #2AF48C;
}
</style>
background-color css
<style>
a { background-color: #2AF48C; }
a { background-color: rgb(42,244,140); }
div.DivClassName
{
background-color: #2AF48C;
}
.BgClassName
{
background-color: #2AF48C;
}
</style>
border-color css
<style>
span { border-color: #2AF48C; }
span { border-color: rgb(42,244,140); }
td.TdClassName
{
border-color: #2AF48C;
}
.TagClassName
{
border-color: #2AF48C;
}
</style>