Shades of Spring Green #2DFB86
Tints of Spring Green #2DFB86
RGB
CMYK
RGB Variations
Color information
#2DFB86 (or 0x2DFB86) is known color: Spring Green. HEX triplet: 2D, FB and 86. RGB value is (45,251,134). Sum of RGB (Red+Green+Blue) = 45+251+134=430 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.47% from 430); Green value is 251 (98.44% from 255 or 58.37% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFB86 is #D20479. Grayscale: #B0B0B0. Windows color (decimal): -13763706 or 8846125. OLE color: 8846125.
HSL color Cylindrical-coordinate representation of color #2DFB86: hue angle of 145.92º 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 #2DFB86 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 134 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.02 |
| HSL | 145.92º | 0.96% | 0.58% | - |
| HSV(B) | 145.92º | 0.82% | 0.98% | - |
| XYZ | 39.88 | 71.27 | 34.21 | - |
| YUV | 176.07 | 104.25 | 34.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 134 | 0.82 | 0 | 0.47 | 0.02 | 145.92 | 0.96 | 0.58 |
| Hex | 2D | FB | 86 | 52 | 0 | 2F | 2 | 92 | 60 | 3A |
| Octal | 55 | 373 | 206 | 122 | 0 | 57 | 2 | 222 | 140 | 72 |
| Binary | 101101 | 11111011 | 10000110 | 1010010 | 0 | 101111 | 10 | 10010010 | 1100000 | 111010 |
Color Harmonies of #2DFB86
Complementary color
Monochromatic Colors of #2DFB86
Black with #2DFB86
Text Example
Text Example
White with #2DFB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB86; }
p { color: rgb(45,251,134); }
H1.HeaderClassName
{
color: #2DFB86;
}
.AnyTagClassName
{
color: #2DFB86;
}
</style>
background-color css
<style>
a { background-color: #2DFB86; }
a { background-color: rgb(45,251,134); }
div.DivClassName
{
background-color: #2DFB86;
}
.BgClassName
{
background-color: #2DFB86;
}
</style>
border-color css
<style>
span { border-color: #2DFB86; }
span { border-color: rgb(45,251,134); }
td.TdClassName
{
border-color: #2DFB86;
}
.TagClassName
{
border-color: #2DFB86;
}
</style>