Shades of Spring Green #2DFB80
Tints of Spring Green #2DFB80
RGB
CMYK
RGB Variations
Color information
#2DFB80 (or 0x2DFB80) is known color: Spring Green. HEX triplet: 2D, FB and 80. RGB value is (45,251,128). Sum of RGB (Red+Green+Blue) = 45+251+128=424 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.61% from 424); Green value is 251 (98.44% from 255 or 59.20% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFB80 is #D2047F. Grayscale: #AFAFAF. Windows color (decimal): -13763712 or 8452909. OLE color: 8452909.
HSL color Cylindrical-coordinate representation of color #2DFB80: hue angle of 144.17º 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 #2DFB80 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 128 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.02 |
| HSL | 144.17º | 0.96% | 0.58% | - |
| HSV(B) | 144.17º | 0.82% | 0.98% | - |
| XYZ | 39.48 | 71.11 | 32.07 | - |
| YUV | 175.38 | 101.25 | 35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 128 | 0.82 | 0 | 0.49 | 0.02 | 144.17 | 0.96 | 0.58 |
| Hex | 2D | FB | 80 | 52 | 0 | 31 | 2 | 90 | 60 | 3A |
| Octal | 55 | 373 | 200 | 122 | 0 | 61 | 2 | 220 | 140 | 72 |
| Binary | 101101 | 11111011 | 10000000 | 1010010 | 0 | 110001 | 10 | 10010000 | 1100000 | 111010 |
Color Harmonies of #2DFB80
Complementary color
Monochromatic Colors of #2DFB80
Black with #2DFB80
Text Example
Text Example
White with #2DFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB80; }
p { color: rgb(45,251,128); }
H1.HeaderClassName
{
color: #2DFB80;
}
.AnyTagClassName
{
color: #2DFB80;
}
</style>
background-color css
<style>
a { background-color: #2DFB80; }
a { background-color: rgb(45,251,128); }
div.DivClassName
{
background-color: #2DFB80;
}
.BgClassName
{
background-color: #2DFB80;
}
</style>
border-color css
<style>
span { border-color: #2DFB80; }
span { border-color: rgb(45,251,128); }
td.TdClassName
{
border-color: #2DFB80;
}
.TagClassName
{
border-color: #2DFB80;
}
</style>