Shades of Spring Green #2AF37B
Tints of Spring Green #2AF37B
RGB
CMYK
RGB Variations
Color information
#2AF37B (or 0x2AF37B) is known color: Spring Green. HEX triplet: 2A, F3 and 7B. RGB value is (42,243,123). Sum of RGB (Red+Green+Blue) = 42+243+123=408 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.29% from 408); Green value is 243 (95.31% from 255 or 59.56% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF37B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF37B is #D50C84. Grayscale: #A9A9A9. Windows color (decimal): -13962373 or 8123178. OLE color: 8123178.
HSL color Cylindrical-coordinate representation of color #2AF37B: hue angle of 144.18º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF37B is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 123 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.05 |
| HSL | 144.18º | 0.89% | 0.56% | - |
| HSV(B) | 144.18º | 0.83% | 0.95% | - |
| XYZ | 36.58 | 66.02 | 29.55 | - |
| YUV | 169.22 | 101.91 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 123 | 0.83 | 0 | 0.49 | 0.05 | 144.18 | 0.89 | 0.56 |
| Hex | 2A | F3 | 7B | 53 | 0 | 31 | 5 | 90 | 59 | 38 |
| Octal | 52 | 363 | 173 | 123 | 0 | 61 | 5 | 220 | 131 | 70 |
| Binary | 101010 | 11110011 | 1111011 | 1010011 | 0 | 110001 | 101 | 10010000 | 1011001 | 111000 |
Color Harmonies of #2AF37B
Complementary color
Monochromatic Colors of #2AF37B
Black with #2AF37B
Text Example
Text Example
White with #2AF37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF37B; }
p { color: rgb(42,243,123); }
H1.HeaderClassName
{
color: #2AF37B;
}
.AnyTagClassName
{
color: #2AF37B;
}
</style>
background-color css
<style>
a { background-color: #2AF37B; }
a { background-color: rgb(42,243,123); }
div.DivClassName
{
background-color: #2AF37B;
}
.BgClassName
{
background-color: #2AF37B;
}
</style>
border-color css
<style>
span { border-color: #2AF37B; }
span { border-color: rgb(42,243,123); }
td.TdClassName
{
border-color: #2AF37B;
}
.TagClassName
{
border-color: #2AF37B;
}
</style>