Shades of Spring Green #2DFC77
Tints of Spring Green #2DFC77
RGB
CMYK
RGB Variations
Color information
#2DFC77 (or 0x2DFC77) is known color: Spring Green. HEX triplet: 2D, FC and 77. RGB value is (45,252,119). Sum of RGB (Red+Green+Blue) = 45+252+119=416 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.82% from 416); Green value is 252 (98.83% from 255 or 60.58% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC77 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFC77 is #D20388. Grayscale: #AFAFAF. Windows color (decimal): -13763465 or 7863341. OLE color: 7863341.
HSL color Cylindrical-coordinate representation of color #2DFC77: hue angle of 141.45º 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 #2DFC77 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 119 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.01 |
| HSL | 141.45º | 0.97% | 0.58% | - |
| HSV(B) | 141.45º | 0.82% | 0.99% | - |
| XYZ | 39.22 | 71.51 | 29.19 | - |
| YUV | 174.95 | 96.42 | 35.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 119 | 0.82 | 0 | 0.53 | 0.01 | 141.45 | 0.97 | 0.58 |
| Hex | 2D | FC | 77 | 52 | 0 | 35 | 1 | 8D | 61 | 3A |
| Octal | 55 | 374 | 167 | 122 | 0 | 65 | 1 | 215 | 141 | 72 |
| Binary | 101101 | 11111100 | 1110111 | 1010010 | 0 | 110101 | 1 | 10001101 | 1100001 | 111010 |
Color Harmonies of #2DFC77
Complementary color
Monochromatic Colors of #2DFC77
Black with #2DFC77
Text Example
Text Example
White with #2DFC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFC77; }
p { color: rgb(45,252,119); }
H1.HeaderClassName
{
color: #2DFC77;
}
.AnyTagClassName
{
color: #2DFC77;
}
</style>
background-color css
<style>
a { background-color: #2DFC77; }
a { background-color: rgb(45,252,119); }
div.DivClassName
{
background-color: #2DFC77;
}
.BgClassName
{
background-color: #2DFC77;
}
</style>
border-color css
<style>
span { border-color: #2DFC77; }
span { border-color: rgb(45,252,119); }
td.TdClassName
{
border-color: #2DFC77;
}
.TagClassName
{
border-color: #2DFC77;
}
</style>