Shades of Spring Green #2BEE75
Tints of Spring Green #2BEE75
RGB
CMYK
RGB Variations
Color information
#2BEE75 (or 0x2BEE75) is known color: Spring Green. HEX triplet: 2B, EE and 75. RGB value is (43,238,117). Sum of RGB (Red+Green+Blue) = 43+238+117=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 238 (93.36% from 255 or 59.80% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEE75 is #D4118A. Grayscale: #A6A6A6. Windows color (decimal): -13898123 or 7728683. OLE color: 7728683.
HSL color Cylindrical-coordinate representation of color #2BEE75: hue angle of 142.77º degrees, saturation: 0.85, 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 #2BEE75 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 117 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.07 |
| HSL | 142.77º | 0.85% | 0.55% | - |
| HSV(B) | 142.77º | 0.82% | 0.93% | - |
| XYZ | 34.78 | 62.95 | 27.15 | - |
| YUV | 165.9 | 100.4 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 117 | 0.82 | 0 | 0.51 | 0.07 | 142.77 | 0.85 | 0.55 |
| Hex | 2B | EE | 75 | 52 | 0 | 33 | 7 | 8F | 55 | 37 |
| Octal | 53 | 356 | 165 | 122 | 0 | 63 | 7 | 217 | 125 | 67 |
| Binary | 101011 | 11101110 | 1110101 | 1010010 | 0 | 110011 | 111 | 10001111 | 1010101 | 110111 |
Color Harmonies of #2BEE75
Complementary color
Monochromatic Colors of #2BEE75
Black with #2BEE75
Text Example
Text Example
White with #2BEE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEE75; }
p { color: rgb(43,238,117); }
H1.HeaderClassName
{
color: #2BEE75;
}
.AnyTagClassName
{
color: #2BEE75;
}
</style>
background-color css
<style>
a { background-color: #2BEE75; }
a { background-color: rgb(43,238,117); }
div.DivClassName
{
background-color: #2BEE75;
}
.BgClassName
{
background-color: #2BEE75;
}
</style>
border-color css
<style>
span { border-color: #2BEE75; }
span { border-color: rgb(43,238,117); }
td.TdClassName
{
border-color: #2BEE75;
}
.TagClassName
{
border-color: #2BEE75;
}
</style>