Shades of Spring Green #2AF377
Tints of Spring Green #2AF377
RGB
CMYK
RGB Variations
Color information
#2AF377 (or 0x2AF377) is known color: Spring Green. HEX triplet: 2A, F3 and 77. RGB value is (42,243,119). Sum of RGB (Red+Green+Blue) = 42+243+119=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 243 (95.31% from 255 or 60.15% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF377 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF377 is #D50C88. Grayscale: #A9A9A9. Windows color (decimal): -13962377 or 7861034. OLE color: 7861034.
HSL color Cylindrical-coordinate representation of color #2AF377: hue angle of 142.99º 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 #2AF377 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 119 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.05 |
| HSL | 142.99º | 0.89% | 0.56% | - |
| HSV(B) | 142.99º | 0.83% | 0.95% | - |
| XYZ | 36.34 | 65.93 | 28.26 | - |
| YUV | 168.77 | 99.91 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 119 | 0.83 | 0 | 0.51 | 0.05 | 142.99 | 0.89 | 0.56 |
| Hex | 2A | F3 | 77 | 53 | 0 | 33 | 5 | 8F | 59 | 38 |
| Octal | 52 | 363 | 167 | 123 | 0 | 63 | 5 | 217 | 131 | 70 |
| Binary | 101010 | 11110011 | 1110111 | 1010011 | 0 | 110011 | 101 | 10001111 | 1011001 | 111000 |
Color Harmonies of #2AF377
Complementary color
Monochromatic Colors of #2AF377
Black with #2AF377
Text Example
Text Example
White with #2AF377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF377; }
p { color: rgb(42,243,119); }
H1.HeaderClassName
{
color: #2AF377;
}
.AnyTagClassName
{
color: #2AF377;
}
</style>
background-color css
<style>
a { background-color: #2AF377; }
a { background-color: rgb(42,243,119); }
div.DivClassName
{
background-color: #2AF377;
}
.BgClassName
{
background-color: #2AF377;
}
</style>
border-color css
<style>
span { border-color: #2AF377; }
span { border-color: rgb(42,243,119); }
td.TdClassName
{
border-color: #2AF377;
}
.TagClassName
{
border-color: #2AF377;
}
</style>