Shades of Spring Green #2DFB88
Tints of Spring Green #2DFB88
RGB
CMYK
RGB Variations
Color information
#2DFB88 (or 0x2DFB88) is known color: Spring Green. HEX triplet: 2D, FB and 88. RGB value is (45,251,136). Sum of RGB (Red+Green+Blue) = 45+251+136=432 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.42% from 432); Green value is 251 (98.44% from 255 or 58.10% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFB88 is #D20477. Grayscale: #B0B0B0. Windows color (decimal): -13763704 or 8977197. OLE color: 8977197.
HSL color Cylindrical-coordinate representation of color #2DFB88: hue angle of 146.5º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFB88 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 136 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.02 |
| HSL | 146.5º | 0.96% | 0.58% | - |
| HSV(B) | 146.5º | 0.82% | 0.98% | - |
| XYZ | 40.02 | 71.33 | 34.95 | - |
| YUV | 176.3 | 105.25 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 136 | 0.82 | 0 | 0.46 | 0.02 | 146.5 | 0.96 | 0.58 |
| Hex | 2D | FB | 88 | 52 | 0 | 2E | 2 | 93 | 60 | 3A |
| Octal | 55 | 373 | 210 | 122 | 0 | 56 | 2 | 223 | 140 | 72 |
| Binary | 101101 | 11111011 | 10001000 | 1010010 | 0 | 101110 | 10 | 10010011 | 1100000 | 111010 |
Color Harmonies of #2DFB88
Complementary color
Monochromatic Colors of #2DFB88
Black with #2DFB88
Text Example
Text Example
White with #2DFB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB88; }
p { color: rgb(45,251,136); }
H1.HeaderClassName
{
color: #2DFB88;
}
.AnyTagClassName
{
color: #2DFB88;
}
</style>
background-color css
<style>
a { background-color: #2DFB88; }
a { background-color: rgb(45,251,136); }
div.DivClassName
{
background-color: #2DFB88;
}
.BgClassName
{
background-color: #2DFB88;
}
</style>
border-color css
<style>
span { border-color: #2DFB88; }
span { border-color: rgb(45,251,136); }
td.TdClassName
{
border-color: #2DFB88;
}
.TagClassName
{
border-color: #2DFB88;
}
</style>