Shades of Spring Green #2DFB8B
Tints of Spring Green #2DFB8B
RGB
CMYK
RGB Variations
Color information
#2DFB8B (or 0x2DFB8B) is known color: Spring Green. HEX triplet: 2D, FB and 8B. RGB value is (45,251,139). Sum of RGB (Red+Green+Blue) = 45+251+139=435 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.34% from 435); Green value is 251 (98.44% from 255 or 57.70% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFB8B is #D20474. Grayscale: #B0B0B0. Windows color (decimal): -13763701 or 9173805. OLE color: 9173805.
HSL color Cylindrical-coordinate representation of color #2DFB8B: hue angle of 147.38º 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 #2DFB8B is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 139 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.02 |
| HSL | 147.38º | 0.96% | 0.58% | - |
| HSV(B) | 147.38º | 0.82% | 0.98% | - |
| XYZ | 40.24 | 71.42 | 36.09 | - |
| YUV | 176.64 | 106.75 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 139 | 0.82 | 0 | 0.45 | 0.02 | 147.38 | 0.96 | 0.58 |
| Hex | 2D | FB | 8B | 52 | 0 | 2D | 2 | 93 | 60 | 3A |
| Octal | 55 | 373 | 213 | 122 | 0 | 55 | 2 | 223 | 140 | 72 |
| Binary | 101101 | 11111011 | 10001011 | 1010010 | 0 | 101101 | 10 | 10010011 | 1100000 | 111010 |
Color Harmonies of #2DFB8B
Complementary color
Monochromatic Colors of #2DFB8B
Black with #2DFB8B
Text Example
Text Example
White with #2DFB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB8B; }
p { color: rgb(45,251,139); }
H1.HeaderClassName
{
color: #2DFB8B;
}
.AnyTagClassName
{
color: #2DFB8B;
}
</style>
background-color css
<style>
a { background-color: #2DFB8B; }
a { background-color: rgb(45,251,139); }
div.DivClassName
{
background-color: #2DFB8B;
}
.BgClassName
{
background-color: #2DFB8B;
}
</style>
border-color css
<style>
span { border-color: #2DFB8B; }
span { border-color: rgb(45,251,139); }
td.TdClassName
{
border-color: #2DFB8B;
}
.TagClassName
{
border-color: #2DFB8B;
}
</style>