Shades of Spring Green #2DFD84
Tints of Spring Green #2DFD84
RGB
CMYK
RGB Variations
Color information
#2DFD84 (or 0x2DFD84) is known color: Spring Green. HEX triplet: 2D, FD and 84. RGB value is (45,253,132). Sum of RGB (Red+Green+Blue) = 45+253+132=430 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.47% from 430); Green value is 253 (99.22% from 255 or 58.84% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFD84 is #D2027B. Grayscale: #B1B1B1. Windows color (decimal): -13763196 or 8715565. OLE color: 8715565.
HSL color Cylindrical-coordinate representation of color #2DFD84: hue angle of 145.1º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFD84 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 132 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.01 |
| HSL | 145.1º | 0.98% | 0.58% | - |
| HSV(B) | 145.1º | 0.82% | 0.99% | - |
| XYZ | 40.37 | 72.47 | 33.69 | - |
| YUV | 177.01 | 102.59 | 33.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 132 | 0.82 | 0 | 0.48 | 0.01 | 145.1 | 0.98 | 0.58 |
| Hex | 2D | FD | 84 | 52 | 0 | 30 | 1 | 91 | 62 | 3A |
| Octal | 55 | 375 | 204 | 122 | 0 | 60 | 1 | 221 | 142 | 72 |
| Binary | 101101 | 11111101 | 10000100 | 1010010 | 0 | 110000 | 1 | 10010001 | 1100010 | 111010 |
Color Harmonies of #2DFD84
Complementary color
Monochromatic Colors of #2DFD84
Black with #2DFD84
Text Example
Text Example
White with #2DFD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFD84; }
p { color: rgb(45,253,132); }
H1.HeaderClassName
{
color: #2DFD84;
}
.AnyTagClassName
{
color: #2DFD84;
}
</style>
background-color css
<style>
a { background-color: #2DFD84; }
a { background-color: rgb(45,253,132); }
div.DivClassName
{
background-color: #2DFD84;
}
.BgClassName
{
background-color: #2DFD84;
}
</style>
border-color css
<style>
span { border-color: #2DFD84; }
span { border-color: rgb(45,253,132); }
td.TdClassName
{
border-color: #2DFD84;
}
.TagClassName
{
border-color: #2DFD84;
}
</style>