Html Css Color HEX #2DFAB0 Medium Spring Green

📋 copy color: '#2DFAB0'

red 45 ◦ green 250 ◦ blue 176

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

Shades of Medium Spring Green #2DFAB0

Tints of Medium Spring Green #2DFAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.08%

 BLUE value IS 176 (69.14% from 255) = 37.37%

R = 9.55%
G = 53.08%
B = 37.37%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#2DFAB0 (or 0x2DFAB0) is known color: Medium Spring Green. HEX triplet: 2D, FA and B0. RGB value is (45,250,176). Sum of RGB (Red+Green+Blue) = 45+250+176=471 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.55% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFAB0 is #D2054F. Grayscale: #B4B4B4. Windows color (decimal): -13763920 or 11598381. OLE color: 11598381.

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

Color convert

RGB 45 250 176 -
CMYK 0.82 0 0.30 0.02
HSL 158.34º 0.95% 0.58% -
HSV(B) 158.34º 0.82% 0.98% -
XYZ 43.1 72.06 52.71 -
YUV 180.27 125.58 31.52 -
System Red Green Blue C M Y K H S L
Decimal 45 250 176 0.82 0 0.30 0.02 158.34 0.95 0.58
Hex 2D FA B0 52 0 1E 2 9E 5F 3A
Octal 55 372 260 122 0 36 2 236 137 72
Binary 101101 11111010 10110000 1010010 0 11110 10 10011110 1011111 111010

Color Harmonies of #2DFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFAB0

Black with #2DFAB0

Text Example


Text Example

White with #2DFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,250,176); }

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

background-color css

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

 a { background-color: rgb(45,250,176); }

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

border-color css

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

 span { border-color: rgb(45,250,176); }

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