Shades of Spring Green #2DF370
Tints of Spring Green #2DF370
RGB
CMYK
RGB Variations
Color information
#2DF370 (or 0x2DF370) is known color: Spring Green. HEX triplet: 2D, F3 and 70. RGB value is (45,243,112). Sum of RGB (Red+Green+Blue) = 45+243+112=400 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.25% from 400); Green value is 243 (95.31% from 255 or 60.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF370 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF370 is #D20C8F. Grayscale: #A9A9A9. Windows color (decimal): -13765776 or 7402285. OLE color: 7402285.
HSL color Cylindrical-coordinate representation of color #2DF370: hue angle of 140.3º 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 #2DF370 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 112 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.05 |
| HSL | 140.3º | 0.89% | 0.56% | - |
| HSV(B) | 140.3º | 0.81% | 0.95% | - |
| XYZ | 36.06 | 65.83 | 26.14 | - |
| YUV | 168.86 | 95.9 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 112 | 0.81 | 0 | 0.54 | 0.05 | 140.3 | 0.89 | 0.56 |
| Hex | 2D | F3 | 70 | 51 | 0 | 36 | 5 | 8C | 59 | 38 |
| Octal | 55 | 363 | 160 | 121 | 0 | 66 | 5 | 214 | 131 | 70 |
| Binary | 101101 | 11110011 | 1110000 | 1010001 | 0 | 110110 | 101 | 10001100 | 1011001 | 111000 |
Color Harmonies of #2DF370
Complementary color
Monochromatic Colors of #2DF370
Black with #2DF370
Text Example
Text Example
White with #2DF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF370; }
p { color: rgb(45,243,112); }
H1.HeaderClassName
{
color: #2DF370;
}
.AnyTagClassName
{
color: #2DF370;
}
</style>
background-color css
<style>
a { background-color: #2DF370; }
a { background-color: rgb(45,243,112); }
div.DivClassName
{
background-color: #2DF370;
}
.BgClassName
{
background-color: #2DF370;
}
</style>
border-color css
<style>
span { border-color: #2DF370; }
span { border-color: rgb(45,243,112); }
td.TdClassName
{
border-color: #2DF370;
}
.TagClassName
{
border-color: #2DF370;
}
</style>