Shades of Spring Green #2DF375
Tints of Spring Green #2DF375
RGB
CMYK
RGB Variations
Color information
#2DF375 (or 0x2DF375) is known color: Spring Green. HEX triplet: 2D, F3 and 75. RGB value is (45,243,117). Sum of RGB (Red+Green+Blue) = 45+243+117=405 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.11% from 405); Green value is 243 (95.31% from 255 or 60% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF375 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF375 is #D20C8A. Grayscale: #A9A9A9. Windows color (decimal): -13765771 or 7729965. OLE color: 7729965.
HSL color Cylindrical-coordinate representation of color #2DF375: hue angle of 141.82º degrees, saturation: 0.89, 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 #2DF375 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 117 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.05 |
| HSL | 141.82º | 0.89% | 0.56% | - |
| HSV(B) | 141.82º | 0.81% | 0.95% | - |
| XYZ | 36.34 | 65.94 | 27.64 | - |
| YUV | 169.43 | 98.4 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 117 | 0.81 | 0 | 0.52 | 0.05 | 141.82 | 0.89 | 0.56 |
| Hex | 2D | F3 | 75 | 51 | 0 | 34 | 5 | 8E | 59 | 38 |
| Octal | 55 | 363 | 165 | 121 | 0 | 64 | 5 | 216 | 131 | 70 |
| Binary | 101101 | 11110011 | 1110101 | 1010001 | 0 | 110100 | 101 | 10001110 | 1011001 | 111000 |
Color Harmonies of #2DF375
Complementary color
Monochromatic Colors of #2DF375
Black with #2DF375
Text Example
Text Example
White with #2DF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF375; }
p { color: rgb(45,243,117); }
H1.HeaderClassName
{
color: #2DF375;
}
.AnyTagClassName
{
color: #2DF375;
}
</style>
background-color css
<style>
a { background-color: #2DF375; }
a { background-color: rgb(45,243,117); }
div.DivClassName
{
background-color: #2DF375;
}
.BgClassName
{
background-color: #2DF375;
}
</style>
border-color css
<style>
span { border-color: #2DF375; }
span { border-color: rgb(45,243,117); }
td.TdClassName
{
border-color: #2DF375;
}
.TagClassName
{
border-color: #2DF375;
}
</style>