Shades of Spring Green #2DFE88
Tints of Spring Green #2DFE88
RGB
CMYK
RGB Variations
Color information
#2DFE88 (or 0x2DFE88) is known color: Spring Green. HEX triplet: 2D, FE and 88. RGB value is (45,254,136). Sum of RGB (Red+Green+Blue) = 45+254+136=435 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.34% from 435); Green value is 254 (99.61% from 255 or 58.39% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFE88 is #D20177. Grayscale: #B2B2B2. Windows color (decimal): -13762936 or 8977965. OLE color: 8977965.
HSL color Cylindrical-coordinate representation of color #2DFE88: hue angle of 146.12º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFE88 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 136 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.00 |
| HSL | 146.12º | 0.99% | 0.59% | - |
| HSV(B) | 146.12º | 0.82% | 1% | - |
| XYZ | 40.97 | 73.22 | 35.27 | - |
| YUV | 178.06 | 104.26 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 136 | 0.82 | 0 | 0.46 | 0.00 | 146.12 | 0.99 | 0.59 |
| Hex | 2D | FE | 88 | 52 | 0 | 2E | 0 | 92 | 63 | 3B |
| Octal | 55 | 376 | 210 | 122 | 0 | 56 | 0 | 222 | 143 | 73 |
| Binary | 101101 | 11111110 | 10001000 | 1010010 | 0 | 101110 | 0 | 10010010 | 1100011 | 111011 |
Color Harmonies of #2DFE88
Complementary color
Monochromatic Colors of #2DFE88
Black with #2DFE88
Text Example
Text Example
White with #2DFE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFE88; }
p { color: rgb(45,254,136); }
H1.HeaderClassName
{
color: #2DFE88;
}
.AnyTagClassName
{
color: #2DFE88;
}
</style>
background-color css
<style>
a { background-color: #2DFE88; }
a { background-color: rgb(45,254,136); }
div.DivClassName
{
background-color: #2DFE88;
}
.BgClassName
{
background-color: #2DFE88;
}
</style>
border-color css
<style>
span { border-color: #2DFE88; }
span { border-color: rgb(45,254,136); }
td.TdClassName
{
border-color: #2DFE88;
}
.TagClassName
{
border-color: #2DFE88;
}
</style>