Shades of Spring Green #2BED74
Tints of Spring Green #2BED74
RGB
CMYK
RGB Variations
Color information
#2BED74 (or 0x2BED74) is known color: Spring Green. HEX triplet: 2B, ED and 74. RGB value is (43,237,116). Sum of RGB (Red+Green+Blue) = 43+237+116=396 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.86% from 396); Green value is 237 (92.97% from 255 or 59.85% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BED74 is #D4128B. Grayscale: #A5A5A5. Windows color (decimal): -13898380 or 7662891. OLE color: 7662891.
HSL color Cylindrical-coordinate representation of color #2BED74: hue angle of 142.58º 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 #2BED74 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 116 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.07 |
| HSL | 142.58º | 0.84% | 0.55% | - |
| HSV(B) | 142.58º | 0.82% | 0.93% | - |
| XYZ | 34.43 | 62.34 | 26.74 | - |
| YUV | 165.2 | 100.23 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 116 | 0.82 | 0 | 0.51 | 0.07 | 142.58 | 0.84 | 0.55 |
| Hex | 2B | ED | 74 | 52 | 0 | 33 | 7 | 8F | 54 | 37 |
| Octal | 53 | 355 | 164 | 122 | 0 | 63 | 7 | 217 | 124 | 67 |
| Binary | 101011 | 11101101 | 1110100 | 1010010 | 0 | 110011 | 111 | 10001111 | 1010100 | 110111 |
Color Harmonies of #2BED74
Complementary color
Monochromatic Colors of #2BED74
Black with #2BED74
Text Example
Text Example
White with #2BED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED74; }
p { color: rgb(43,237,116); }
H1.HeaderClassName
{
color: #2BED74;
}
.AnyTagClassName
{
color: #2BED74;
}
</style>
background-color css
<style>
a { background-color: #2BED74; }
a { background-color: rgb(43,237,116); }
div.DivClassName
{
background-color: #2BED74;
}
.BgClassName
{
background-color: #2BED74;
}
</style>
border-color css
<style>
span { border-color: #2BED74; }
span { border-color: rgb(43,237,116); }
td.TdClassName
{
border-color: #2BED74;
}
.TagClassName
{
border-color: #2BED74;
}
</style>