Html Css Color HEX #2DFDA0 Medium Spring Green

📋 copy color: '#2DFDA0'

red 45 ◦ green 253 ◦ blue 160

#2DFDA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #2DFDA0

Tints of Medium Spring Green #2DFDA0

RGB

 RED value IS 45 (17.97% from 255) = 9.83%

 GREEN value IS 253 (99.22% from 255) = 55.24%

 BLUE value IS 160 (62.89% from 255) = 34.93%

R = 9.83%
G = 55.24%
B = 34.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2DFDA0 (or 0x2DFDA0) is known color: Medium Spring Green. HEX triplet: 2D, FD and A0. RGB value is (45,253,160). Sum of RGB (Red+Green+Blue) = 45+253+160=458 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.83% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFDA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFDA0 is #D2025F. Grayscale: #B4B4B4. Windows color (decimal): -13763168 or 10550573. OLE color: 10550573.

HSL color Cylindrical-coordinate representation of color #2DFDA0: hue angle of 153.17º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFDA0 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 45 253 160 -
CMYK 0.82 0 0.37 0.01
HSL 153.17º 0.98% 0.58% -
HSV(B) 153.17º 0.82% 0.99% -
XYZ 42.55 73.35 45.17 -
YUV 180.21 116.59 31.56 -
System Red Green Blue C M Y K H S L
Decimal 45 253 160 0.82 0 0.37 0.01 153.17 0.98 0.58
Hex 2D FD A0 52 0 25 1 99 62 3A
Octal 55 375 240 122 0 45 1 231 142 72
Binary 101101 11111101 10100000 1010010 0 100101 1 10011001 1100010 111010

Color Harmonies of #2DFDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFDA0

Black with #2DFDA0

Text Example


Text Example

White with #2DFDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DFDA0; }

 p { color: rgb(45,253,160); }

 H1.HeaderClassName
 {
   color: #2DFDA0;
 }
 .AnyTagClassName
 {
   color: #2DFDA0;
 }
</style>

background-color css

<style>
 a { background-color: #2DFDA0; }

 a { background-color: rgb(45,253,160); }

 div.DivClassName
 {
   background-color: #2DFDA0;
 }
 .BgClassName
 {
   background-color: #2DFDA0;
 }
</style>

border-color css

<style>
 span { border-color: #2DFDA0; }

 span { border-color: rgb(45,253,160); }

 td.TdClassName
 {
   border-color: #2DFDA0;
 }
 .TagClassName
 {
   border-color: #2DFDA0;
 }
</style>