Shades of Spring Green #2BED75
Tints of Spring Green #2BED75
RGB
CMYK
RGB Variations
Color information
#2BED75 (or 0x2BED75) is known color: Spring Green. HEX triplet: 2B, ED and 75. RGB value is (43,237,117). Sum of RGB (Red+Green+Blue) = 43+237+117=397 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.83% from 397); Green value is 237 (92.97% from 255 or 59.70% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BED75 is #D4128A. Grayscale: #A5A5A5. Windows color (decimal): -13898379 or 7728427. OLE color: 7728427.
HSL color Cylindrical-coordinate representation of color #2BED75: hue angle of 142.89º 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 #2BED75 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 117 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.07 |
| HSL | 142.89º | 0.84% | 0.55% | - |
| HSV(B) | 142.89º | 0.82% | 0.93% | - |
| XYZ | 34.49 | 62.37 | 27.05 | - |
| YUV | 165.31 | 100.73 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 117 | 0.82 | 0 | 0.51 | 0.07 | 142.89 | 0.84 | 0.55 |
| Hex | 2B | ED | 75 | 52 | 0 | 33 | 7 | 8F | 54 | 37 |
| Octal | 53 | 355 | 165 | 122 | 0 | 63 | 7 | 217 | 124 | 67 |
| Binary | 101011 | 11101101 | 1110101 | 1010010 | 0 | 110011 | 111 | 10001111 | 1010100 | 110111 |
Color Harmonies of #2BED75
Complementary color
Monochromatic Colors of #2BED75
Black with #2BED75
Text Example
Text Example
White with #2BED75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED75; }
p { color: rgb(43,237,117); }
H1.HeaderClassName
{
color: #2BED75;
}
.AnyTagClassName
{
color: #2BED75;
}
</style>
background-color css
<style>
a { background-color: #2BED75; }
a { background-color: rgb(43,237,117); }
div.DivClassName
{
background-color: #2BED75;
}
.BgClassName
{
background-color: #2BED75;
}
</style>
border-color css
<style>
span { border-color: #2BED75; }
span { border-color: rgb(43,237,117); }
td.TdClassName
{
border-color: #2BED75;
}
.TagClassName
{
border-color: #2BED75;
}
</style>