Shades of Spring Green #2DFA83
Tints of Spring Green #2DFA83
RGB
CMYK
RGB Variations
Color information
#2DFA83 (or 0x2DFA83) is known color: Spring Green. HEX triplet: 2D, FA and 83. RGB value is (45,250,131). Sum of RGB (Red+Green+Blue) = 45+250+131=426 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.56% from 426); Green value is 250 (98.05% from 255 or 58.69% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFA83 is #D2057C. Grayscale: #AFAFAF. Windows color (decimal): -13763965 or 8649261. OLE color: 8649261.
HSL color Cylindrical-coordinate representation of color #2DFA83: hue angle of 145.17º 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 #2DFA83 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 131 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.02 |
| HSL | 145.17º | 0.95% | 0.58% | - |
| HSV(B) | 145.17º | 0.82% | 0.98% | - |
| XYZ | 39.36 | 70.57 | 33.02 | - |
| YUV | 175.14 | 103.08 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 131 | 0.82 | 0 | 0.48 | 0.02 | 145.17 | 0.95 | 0.58 |
| Hex | 2D | FA | 83 | 52 | 0 | 30 | 2 | 91 | 5F | 3A |
| Octal | 55 | 372 | 203 | 122 | 0 | 60 | 2 | 221 | 137 | 72 |
| Binary | 101101 | 11111010 | 10000011 | 1010010 | 0 | 110000 | 10 | 10010001 | 1011111 | 111010 |
Color Harmonies of #2DFA83
Complementary color
Monochromatic Colors of #2DFA83
Black with #2DFA83
Text Example
Text Example
White with #2DFA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA83; }
p { color: rgb(45,250,131); }
H1.HeaderClassName
{
color: #2DFA83;
}
.AnyTagClassName
{
color: #2DFA83;
}
</style>
background-color css
<style>
a { background-color: #2DFA83; }
a { background-color: rgb(45,250,131); }
div.DivClassName
{
background-color: #2DFA83;
}
.BgClassName
{
background-color: #2DFA83;
}
</style>
border-color css
<style>
span { border-color: #2DFA83; }
span { border-color: rgb(45,250,131); }
td.TdClassName
{
border-color: #2DFA83;
}
.TagClassName
{
border-color: #2DFA83;
}
</style>