Shades of Spring Green #2DF56E
Tints of Spring Green #2DF56E
RGB
CMYK
RGB Variations
Color information
#2DF56E (or 0x2DF56E) is known color: Spring Green. HEX triplet: 2D, F5 and 6E. RGB value is (45,245,110). Sum of RGB (Red+Green+Blue) = 45+245+110=400 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.25% from 400); Green value is 245 (96.09% from 255 or 61.25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 245 - color contains mainly: green. Hex color #2DF56E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF56E is #D20A91. Grayscale: #AAAAAA. Windows color (decimal): -13765266 or 7271725. OLE color: 7271725.
HSL color Cylindrical-coordinate representation of color #2DF56E: hue angle of 139.5º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF56E is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 245 | 110 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.04 |
| HSL | 139.5º | 0.91% | 0.57% | - |
| HSV(B) | 139.5º | 0.82% | 0.96% | - |
| XYZ | 36.55 | 66.99 | 25.76 | - |
| YUV | 169.81 | 94.24 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 245 | 110 | 0.82 | 0 | 0.55 | 0.04 | 139.5 | 0.91 | 0.57 |
| Hex | 2D | F5 | 6E | 52 | 0 | 37 | 4 | 8C | 5B | 39 |
| Octal | 55 | 365 | 156 | 122 | 0 | 67 | 4 | 214 | 133 | 71 |
| Binary | 101101 | 11110101 | 1101110 | 1010010 | 0 | 110111 | 100 | 10001100 | 1011011 | 111001 |
Color Harmonies of #2DF56E
Complementary color
Monochromatic Colors of #2DF56E
Black with #2DF56E
Text Example
Text Example
White with #2DF56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF56E; }
p { color: rgb(45,245,110); }
H1.HeaderClassName
{
color: #2DF56E;
}
.AnyTagClassName
{
color: #2DF56E;
}
</style>
background-color css
<style>
a { background-color: #2DF56E; }
a { background-color: rgb(45,245,110); }
div.DivClassName
{
background-color: #2DF56E;
}
.BgClassName
{
background-color: #2DF56E;
}
</style>
border-color css
<style>
span { border-color: #2DF56E; }
span { border-color: rgb(45,245,110); }
td.TdClassName
{
border-color: #2DF56E;
}
.TagClassName
{
border-color: #2DF56E;
}
</style>