Shades of Spring Green #2BED79
Tints of Spring Green #2BED79
RGB
CMYK
RGB Variations
Color information
#2BED79 (or 0x2BED79) is known color: Spring Green. HEX triplet: 2B, ED and 79. RGB value is (43,237,121). Sum of RGB (Red+Green+Blue) = 43+237+121=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 237 (92.97% from 255 or 59.10% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED79 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BED79 is #D41286. Grayscale: #A6A6A6. Windows color (decimal): -13898375 or 7990571. OLE color: 7990571.
HSL color Cylindrical-coordinate representation of color #2BED79: hue angle of 144.12º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BED79 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 121 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.07 |
| HSL | 144.12º | 0.84% | 0.55% | - |
| HSV(B) | 144.12º | 0.82% | 0.93% | - |
| XYZ | 34.73 | 62.46 | 28.32 | - |
| YUV | 165.77 | 102.73 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 121 | 0.82 | 0 | 0.49 | 0.07 | 144.12 | 0.84 | 0.55 |
| Hex | 2B | ED | 79 | 52 | 0 | 31 | 7 | 90 | 54 | 37 |
| Octal | 53 | 355 | 171 | 122 | 0 | 61 | 7 | 220 | 124 | 67 |
| Binary | 101011 | 11101101 | 1111001 | 1010010 | 0 | 110001 | 111 | 10010000 | 1010100 | 110111 |
Color Harmonies of #2BED79
Complementary color
Monochromatic Colors of #2BED79
Black with #2BED79
Text Example
Text Example
White with #2BED79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED79; }
p { color: rgb(43,237,121); }
H1.HeaderClassName
{
color: #2BED79;
}
.AnyTagClassName
{
color: #2BED79;
}
</style>
background-color css
<style>
a { background-color: #2BED79; }
a { background-color: rgb(43,237,121); }
div.DivClassName
{
background-color: #2BED79;
}
.BgClassName
{
background-color: #2BED79;
}
</style>
border-color css
<style>
span { border-color: #2BED79; }
span { border-color: rgb(43,237,121); }
td.TdClassName
{
border-color: #2BED79;
}
.TagClassName
{
border-color: #2BED79;
}
</style>