Shades of Spring Green #2DF081
Tints of Spring Green #2DF081
RGB
CMYK
RGB Variations
Color information
#2DF081 (or 0x2DF081) is known color: Spring Green. HEX triplet: 2D, F0 and 81. RGB value is (45,240,129). Sum of RGB (Red+Green+Blue) = 45+240+129=414 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.87% from 414); Green value is 240 (94.14% from 255 or 57.97% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF081 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF081 is #D20F7E. Grayscale: #A9A9A9. Windows color (decimal): -13766527 or 8515629. OLE color: 8515629.
HSL color Cylindrical-coordinate representation of color #2DF081: hue angle of 145.85º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF081 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 240 | 129 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.06 |
| HSL | 145.85º | 0.87% | 0.56% | - |
| HSV(B) | 145.85º | 0.81% | 0.94% | - |
| XYZ | 36.2 | 64.46 | 31.3 | - |
| YUV | 169.04 | 105.4 | 39.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 240 | 129 | 0.81 | 0 | 0.46 | 0.06 | 145.85 | 0.87 | 0.56 |
| Hex | 2D | F0 | 81 | 51 | 0 | 2E | 6 | 92 | 57 | 38 |
| Octal | 55 | 360 | 201 | 121 | 0 | 56 | 6 | 222 | 127 | 70 |
| Binary | 101101 | 11110000 | 10000001 | 1010001 | 0 | 101110 | 110 | 10010010 | 1010111 | 111000 |
Color Harmonies of #2DF081
Complementary color
Monochromatic Colors of #2DF081
Black with #2DF081
Text Example
Text Example
White with #2DF081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF081; }
p { color: rgb(45,240,129); }
H1.HeaderClassName
{
color: #2DF081;
}
.AnyTagClassName
{
color: #2DF081;
}
</style>
background-color css
<style>
a { background-color: #2DF081; }
a { background-color: rgb(45,240,129); }
div.DivClassName
{
background-color: #2DF081;
}
.BgClassName
{
background-color: #2DF081;
}
</style>
border-color css
<style>
span { border-color: #2DF081; }
span { border-color: rgb(45,240,129); }
td.TdClassName
{
border-color: #2DF081;
}
.TagClassName
{
border-color: #2DF081;
}
</style>