Shades of Spring Green #2DF178
Tints of Spring Green #2DF178
RGB
CMYK
RGB Variations
Color information
#2DF178 (or 0x2DF178) is known color: Spring Green. HEX triplet: 2D, F1 and 78. RGB value is (45,241,120). Sum of RGB (Red+Green+Blue) = 45+241+120=406 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.08% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF178 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF178 is #D20E87. Grayscale: #A8A8A8. Windows color (decimal): -13766280 or 7926061. OLE color: 7926061.
HSL color Cylindrical-coordinate representation of color #2DF178: hue angle of 142.96º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF178 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 120 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.05 |
| HSL | 142.96º | 0.88% | 0.56% | - |
| HSV(B) | 142.96º | 0.81% | 0.95% | - |
| XYZ | 35.93 | 64.82 | 28.39 | - |
| YUV | 168.6 | 100.57 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 120 | 0.81 | 0 | 0.50 | 0.05 | 142.96 | 0.88 | 0.56 |
| Hex | 2D | F1 | 78 | 51 | 0 | 32 | 5 | 8F | 58 | 38 |
| Octal | 55 | 361 | 170 | 121 | 0 | 62 | 5 | 217 | 130 | 70 |
| Binary | 101101 | 11110001 | 1111000 | 1010001 | 0 | 110010 | 101 | 10001111 | 1011000 | 111000 |
Color Harmonies of #2DF178
Complementary color
Monochromatic Colors of #2DF178
Black with #2DF178
Text Example
Text Example
White with #2DF178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF178; }
p { color: rgb(45,241,120); }
H1.HeaderClassName
{
color: #2DF178;
}
.AnyTagClassName
{
color: #2DF178;
}
</style>
background-color css
<style>
a { background-color: #2DF178; }
a { background-color: rgb(45,241,120); }
div.DivClassName
{
background-color: #2DF178;
}
.BgClassName
{
background-color: #2DF178;
}
</style>
border-color css
<style>
span { border-color: #2DF178; }
span { border-color: rgb(45,241,120); }
td.TdClassName
{
border-color: #2DF178;
}
.TagClassName
{
border-color: #2DF178;
}
</style>