Shades of Spring Green #2DF170
Tints of Spring Green #2DF170
RGB
CMYK
RGB Variations
Color information
#2DF170 (or 0x2DF170) is known color: Spring Green. HEX triplet: 2D, F1 and 70. RGB value is (45,241,112). Sum of RGB (Red+Green+Blue) = 45+241+112=398 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.31% from 398); Green value is 241 (94.53% from 255 or 60.55% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF170 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF170 is #D20E8F. Grayscale: #A8A8A8. Windows color (decimal): -13766288 or 7401773. OLE color: 7401773.
HSL color Cylindrical-coordinate representation of color #2DF170: hue angle of 140.51º 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 #2DF170 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 112 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.05 |
| HSL | 140.51º | 0.88% | 0.56% | - |
| HSV(B) | 140.51º | 0.81% | 0.95% | - |
| XYZ | 35.46 | 64.64 | 25.94 | - |
| YUV | 167.69 | 96.57 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 112 | 0.81 | 0 | 0.54 | 0.05 | 140.51 | 0.88 | 0.56 |
| Hex | 2D | F1 | 70 | 51 | 0 | 36 | 5 | 8D | 58 | 38 |
| Octal | 55 | 361 | 160 | 121 | 0 | 66 | 5 | 215 | 130 | 70 |
| Binary | 101101 | 11110001 | 1110000 | 1010001 | 0 | 110110 | 101 | 10001101 | 1011000 | 111000 |
Color Harmonies of #2DF170
Complementary color
Monochromatic Colors of #2DF170
Black with #2DF170
Text Example
Text Example
White with #2DF170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF170; }
p { color: rgb(45,241,112); }
H1.HeaderClassName
{
color: #2DF170;
}
.AnyTagClassName
{
color: #2DF170;
}
</style>
background-color css
<style>
a { background-color: #2DF170; }
a { background-color: rgb(45,241,112); }
div.DivClassName
{
background-color: #2DF170;
}
.BgClassName
{
background-color: #2DF170;
}
</style>
border-color css
<style>
span { border-color: #2DF170; }
span { border-color: rgb(45,241,112); }
td.TdClassName
{
border-color: #2DF170;
}
.TagClassName
{
border-color: #2DF170;
}
</style>