Shades of Spring Green #2DFC7F
Tints of Spring Green #2DFC7F
RGB
CMYK
RGB Variations
Color information
#2DFC7F (or 0x2DFC7F) is known color: Spring Green. HEX triplet: 2D, FC and 7F. RGB value is (45,252,127). Sum of RGB (Red+Green+Blue) = 45+252+127=424 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.61% from 424); Green value is 252 (98.83% from 255 or 59.43% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFC7F is #D20380. Grayscale: #B0B0B0. Windows color (decimal): -13763457 or 8387629. OLE color: 8387629.
HSL color Cylindrical-coordinate representation of color #2DFC7F: hue angle of 143.77º degrees, saturation: 0.97, 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 #2DFC7F is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 127 | - |
| CMYK | 0.82 | 0 | 0.50 | 0.01 |
| HSL | 143.77º | 0.97% | 0.58% | - |
| HSV(B) | 143.77º | 0.82% | 0.99% | - |
| XYZ | 39.72 | 71.71 | 31.83 | - |
| YUV | 175.86 | 100.42 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 127 | 0.82 | 0 | 0.50 | 0.01 | 143.77 | 0.97 | 0.58 |
| Hex | 2D | FC | 7F | 52 | 0 | 32 | 1 | 90 | 61 | 3A |
| Octal | 55 | 374 | 177 | 122 | 0 | 62 | 1 | 220 | 141 | 72 |
| Binary | 101101 | 11111100 | 1111111 | 1010010 | 0 | 110010 | 1 | 10010000 | 1100001 | 111010 |
Color Harmonies of #2DFC7F
Complementary color
Monochromatic Colors of #2DFC7F
Black with #2DFC7F
Text Example
Text Example
White with #2DFC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFC7F; }
p { color: rgb(45,252,127); }
H1.HeaderClassName
{
color: #2DFC7F;
}
.AnyTagClassName
{
color: #2DFC7F;
}
</style>
background-color css
<style>
a { background-color: #2DFC7F; }
a { background-color: rgb(45,252,127); }
div.DivClassName
{
background-color: #2DFC7F;
}
.BgClassName
{
background-color: #2DFC7F;
}
</style>
border-color css
<style>
span { border-color: #2DFC7F; }
span { border-color: rgb(45,252,127); }
td.TdClassName
{
border-color: #2DFC7F;
}
.TagClassName
{
border-color: #2DFC7F;
}
</style>