Shades of Spring Green #2DF883
Tints of Spring Green #2DF883
RGB
CMYK
RGB Variations
Color information
#2DF883 (or 0x2DF883) is known color: Spring Green. HEX triplet: 2D, F8 and 83. RGB value is (45,248,131). Sum of RGB (Red+Green+Blue) = 45+248+131=424 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.61% from 424); Green value is 248 (97.27% from 255 or 58.49% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF883 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF883 is #D2077C. Grayscale: #AEAEAE. Windows color (decimal): -13764477 or 8648749. OLE color: 8648749.
HSL color Cylindrical-coordinate representation of color #2DF883: hue angle of 145.42º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF883 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 131 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.03 |
| HSL | 145.42º | 0.94% | 0.57% | - |
| HSV(B) | 145.42º | 0.82% | 0.97% | - |
| XYZ | 38.75 | 69.33 | 32.81 | - |
| YUV | 173.97 | 103.75 | 36.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 131 | 0.82 | 0 | 0.47 | 0.03 | 145.42 | 0.94 | 0.57 |
| Hex | 2D | F8 | 83 | 52 | 0 | 2F | 3 | 91 | 5E | 39 |
| Octal | 55 | 370 | 203 | 122 | 0 | 57 | 3 | 221 | 136 | 71 |
| Binary | 101101 | 11111000 | 10000011 | 1010010 | 0 | 101111 | 11 | 10010001 | 1011110 | 111001 |
Color Harmonies of #2DF883
Complementary color
Monochromatic Colors of #2DF883
Black with #2DF883
Text Example
Text Example
White with #2DF883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF883; }
p { color: rgb(45,248,131); }
H1.HeaderClassName
{
color: #2DF883;
}
.AnyTagClassName
{
color: #2DF883;
}
</style>
background-color css
<style>
a { background-color: #2DF883; }
a { background-color: rgb(45,248,131); }
div.DivClassName
{
background-color: #2DF883;
}
.BgClassName
{
background-color: #2DF883;
}
</style>
border-color css
<style>
span { border-color: #2DF883; }
span { border-color: rgb(45,248,131); }
td.TdClassName
{
border-color: #2DF883;
}
.TagClassName
{
border-color: #2DF883;
}
</style>