Shades of Spring Green #2DFB73
Tints of Spring Green #2DFB73
RGB
CMYK
RGB Variations
Color information
#2DFB73 (or 0x2DFB73) is known color: Spring Green. HEX triplet: 2D, FB and 73. RGB value is (45,251,115). Sum of RGB (Red+Green+Blue) = 45+251+115=411 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.95% from 411); Green value is 251 (98.44% from 255 or 61.07% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFB73 is #D2048C. Grayscale: #AEAEAE. Windows color (decimal): -13763725 or 7600941. OLE color: 7600941.
HSL color Cylindrical-coordinate representation of color #2DFB73: hue angle of 140.39º 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 #2DFB73 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 115 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.02 |
| HSL | 140.39º | 0.96% | 0.58% | - |
| HSV(B) | 140.39º | 0.82% | 0.98% | - |
| XYZ | 38.67 | 70.79 | 27.85 | - |
| YUV | 173.9 | 94.75 | 36.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 115 | 0.82 | 0 | 0.54 | 0.02 | 140.39 | 0.96 | 0.58 |
| Hex | 2D | FB | 73 | 52 | 0 | 36 | 2 | 8C | 60 | 3A |
| Octal | 55 | 373 | 163 | 122 | 0 | 66 | 2 | 214 | 140 | 72 |
| Binary | 101101 | 11111011 | 1110011 | 1010010 | 0 | 110110 | 10 | 10001100 | 1100000 | 111010 |
Color Harmonies of #2DFB73
Complementary color
Monochromatic Colors of #2DFB73
Black with #2DFB73
Text Example
Text Example
White with #2DFB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB73; }
p { color: rgb(45,251,115); }
H1.HeaderClassName
{
color: #2DFB73;
}
.AnyTagClassName
{
color: #2DFB73;
}
</style>
background-color css
<style>
a { background-color: #2DFB73; }
a { background-color: rgb(45,251,115); }
div.DivClassName
{
background-color: #2DFB73;
}
.BgClassName
{
background-color: #2DFB73;
}
</style>
border-color css
<style>
span { border-color: #2DFB73; }
span { border-color: rgb(45,251,115); }
td.TdClassName
{
border-color: #2DFB73;
}
.TagClassName
{
border-color: #2DFB73;
}
</style>