Shades of Spring Green #2DFA86
Tints of Spring Green #2DFA86
RGB
CMYK
RGB Variations
Color information
#2DFA86 (or 0x2DFA86) is known color: Spring Green. HEX triplet: 2D, FA and 86. RGB value is (45,250,134). Sum of RGB (Red+Green+Blue) = 45+250+134=429 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.49% from 429); Green value is 250 (98.05% from 255 or 58.28% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFA86 is #D20579. Grayscale: #AFAFAF. Windows color (decimal): -13763962 or 8845869. OLE color: 8845869.
HSL color Cylindrical-coordinate representation of color #2DFA86: hue angle of 146.05º degrees, saturation: 0.95, 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 #2DFA86 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 134 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.02 |
| HSL | 146.05º | 0.95% | 0.58% | - |
| HSV(B) | 146.05º | 0.82% | 0.98% | - |
| XYZ | 39.57 | 70.65 | 34.11 | - |
| YUV | 175.48 | 104.58 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 134 | 0.82 | 0 | 0.46 | 0.02 | 146.05 | 0.95 | 0.58 |
| Hex | 2D | FA | 86 | 52 | 0 | 2E | 2 | 92 | 5F | 3A |
| Octal | 55 | 372 | 206 | 122 | 0 | 56 | 2 | 222 | 137 | 72 |
| Binary | 101101 | 11111010 | 10000110 | 1010010 | 0 | 101110 | 10 | 10010010 | 1011111 | 111010 |
Color Harmonies of #2DFA86
Complementary color
Monochromatic Colors of #2DFA86
Black with #2DFA86
Text Example
Text Example
White with #2DFA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA86; }
p { color: rgb(45,250,134); }
H1.HeaderClassName
{
color: #2DFA86;
}
.AnyTagClassName
{
color: #2DFA86;
}
</style>
background-color css
<style>
a { background-color: #2DFA86; }
a { background-color: rgb(45,250,134); }
div.DivClassName
{
background-color: #2DFA86;
}
.BgClassName
{
background-color: #2DFA86;
}
</style>
border-color css
<style>
span { border-color: #2DFA86; }
span { border-color: rgb(45,250,134); }
td.TdClassName
{
border-color: #2DFA86;
}
.TagClassName
{
border-color: #2DFA86;
}
</style>