Shades of Spring Green #2DFE7F
Tints of Spring Green #2DFE7F
RGB
CMYK
RGB Variations
Color information
#2DFE7F (or 0x2DFE7F) is known color: Spring Green. HEX triplet: 2D, FE and 7F. RGB value is (45,254,127). Sum of RGB (Red+Green+Blue) = 45+254+127=426 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.56% from 426); Green value is 254 (99.61% from 255 or 59.62% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFE7F is #D20180. Grayscale: #B1B1B1. Windows color (decimal): -13762945 or 8388141. OLE color: 8388141.
HSL color Cylindrical-coordinate representation of color #2DFE7F: hue angle of 143.54º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFE7F is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 127 | - |
| CMYK | 0.82 | 0 | 0.50 | 0.00 |
| HSL | 143.54º | 0.99% | 0.59% | - |
| HSV(B) | 143.54º | 0.82% | 1% | - |
| XYZ | 40.35 | 72.97 | 32.04 | - |
| YUV | 177.03 | 99.76 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 127 | 0.82 | 0 | 0.50 | 0.00 | 143.54 | 0.99 | 0.59 |
| Hex | 2D | FE | 7F | 52 | 0 | 32 | 0 | 90 | 63 | 3B |
| Octal | 55 | 376 | 177 | 122 | 0 | 62 | 0 | 220 | 143 | 73 |
| Binary | 101101 | 11111110 | 1111111 | 1010010 | 0 | 110010 | 0 | 10010000 | 1100011 | 111011 |
Color Harmonies of #2DFE7F
Complementary color
Monochromatic Colors of #2DFE7F
Black with #2DFE7F
Text Example
Text Example
White with #2DFE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFE7F; }
p { color: rgb(45,254,127); }
H1.HeaderClassName
{
color: #2DFE7F;
}
.AnyTagClassName
{
color: #2DFE7F;
}
</style>
background-color css
<style>
a { background-color: #2DFE7F; }
a { background-color: rgb(45,254,127); }
div.DivClassName
{
background-color: #2DFE7F;
}
.BgClassName
{
background-color: #2DFE7F;
}
</style>
border-color css
<style>
span { border-color: #2DFE7F; }
span { border-color: rgb(45,254,127); }
td.TdClassName
{
border-color: #2DFE7F;
}
.TagClassName
{
border-color: #2DFE7F;
}
</style>