Shades of Spring Green #2DF284
Tints of Spring Green #2DF284
RGB
CMYK
RGB Variations
Color information
#2DF284 (or 0x2DF284) is known color: Spring Green. HEX triplet: 2D, F2 and 84. RGB value is (45,242,132). Sum of RGB (Red+Green+Blue) = 45+242+132=419 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.74% from 419); Green value is 242 (94.92% from 255 or 57.76% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF284 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF284 is #D20D7B. Grayscale: #AAAAAA. Windows color (decimal): -13766012 or 8712749. OLE color: 8712749.
HSL color Cylindrical-coordinate representation of color #2DF284: hue angle of 146.5º 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 #2DF284 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 242 | 132 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.05 |
| HSL | 146.5º | 0.88% | 0.56% | - |
| HSV(B) | 146.5º | 0.81% | 0.95% | - |
| XYZ | 37 | 65.73 | 32.57 | - |
| YUV | 170.56 | 106.23 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 242 | 132 | 0.81 | 0 | 0.45 | 0.05 | 146.5 | 0.88 | 0.56 |
| Hex | 2D | F2 | 84 | 51 | 0 | 2D | 5 | 92 | 58 | 38 |
| Octal | 55 | 362 | 204 | 121 | 0 | 55 | 5 | 222 | 130 | 70 |
| Binary | 101101 | 11110010 | 10000100 | 1010001 | 0 | 101101 | 101 | 10010010 | 1011000 | 111000 |
Color Harmonies of #2DF284
Complementary color
Monochromatic Colors of #2DF284
Black with #2DF284
Text Example
Text Example
White with #2DF284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF284; }
p { color: rgb(45,242,132); }
H1.HeaderClassName
{
color: #2DF284;
}
.AnyTagClassName
{
color: #2DF284;
}
</style>
background-color css
<style>
a { background-color: #2DF284; }
a { background-color: rgb(45,242,132); }
div.DivClassName
{
background-color: #2DF284;
}
.BgClassName
{
background-color: #2DF284;
}
</style>
border-color css
<style>
span { border-color: #2DF284; }
span { border-color: rgb(45,242,132); }
td.TdClassName
{
border-color: #2DF284;
}
.TagClassName
{
border-color: #2DF284;
}
</style>