Shades of Spring Green #2DFE8C
Tints of Spring Green #2DFE8C
RGB
CMYK
RGB Variations
Color information
#2DFE8C (or 0x2DFE8C) is known color: Spring Green. HEX triplet: 2D, FE and 8C. RGB value is (45,254,140). Sum of RGB (Red+Green+Blue) = 45+254+140=439 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.25% from 439); Green value is 254 (99.61% from 255 or 57.86% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFE8C is #D20173. Grayscale: #B2B2B2. Windows color (decimal): -13762932 or 9240109. OLE color: 9240109.
HSL color Cylindrical-coordinate representation of color #2DFE8C: hue angle of 147.27º 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 #2DFE8C is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 140 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.00 |
| HSL | 147.27º | 0.99% | 0.59% | - |
| HSV(B) | 147.27º | 0.82% | 1% | - |
| XYZ | 41.26 | 73.33 | 36.79 | - |
| YUV | 178.51 | 106.26 | 32.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 140 | 0.82 | 0 | 0.45 | 0.00 | 147.27 | 0.99 | 0.59 |
| Hex | 2D | FE | 8C | 52 | 0 | 2D | 0 | 93 | 63 | 3B |
| Octal | 55 | 376 | 214 | 122 | 0 | 55 | 0 | 223 | 143 | 73 |
| Binary | 101101 | 11111110 | 10001100 | 1010010 | 0 | 101101 | 0 | 10010011 | 1100011 | 111011 |
Color Harmonies of #2DFE8C
Complementary color
Monochromatic Colors of #2DFE8C
Black with #2DFE8C
Text Example
Text Example
White with #2DFE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFE8C; }
p { color: rgb(45,254,140); }
H1.HeaderClassName
{
color: #2DFE8C;
}
.AnyTagClassName
{
color: #2DFE8C;
}
</style>
background-color css
<style>
a { background-color: #2DFE8C; }
a { background-color: rgb(45,254,140); }
div.DivClassName
{
background-color: #2DFE8C;
}
.BgClassName
{
background-color: #2DFE8C;
}
</style>
border-color css
<style>
span { border-color: #2DFE8C; }
span { border-color: rgb(45,254,140); }
td.TdClassName
{
border-color: #2DFE8C;
}
.TagClassName
{
border-color: #2DFE8C;
}
</style>