Html Css Color HEX #2DFBB0 Medium Spring Green

📋 copy color: '#2DFBB0'

red 45 ◦ green 251 ◦ blue 176

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

Shades of Medium Spring Green #2DFBB0

Tints of Medium Spring Green #2DFBB0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.18%

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

R = 9.53%
G = 53.18%
B = 37.29%

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

#2DFBB0 (or 0x2DFBB0) is known color: Medium Spring Green. HEX triplet: 2D, FB and B0. RGB value is (45,251,176). Sum of RGB (Red+Green+Blue) = 45+251+176=472 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.53% from 472); Green value is 251 (98.44% from 255 or 53.18% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFBB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFBB0 is #D2044F. Grayscale: #B4B4B4. Windows color (decimal): -13763664 or 11598637. OLE color: 11598637.

HSL color Cylindrical-coordinate representation of color #2DFBB0: hue angle of 158.16º degrees, saturation: 0.96, 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 #2DFBB0 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 251 176 -
CMYK 0.82 0 0.30 0.02
HSL 158.16º 0.96% 0.58% -
HSV(B) 158.16º 0.82% 0.98% -
XYZ 43.42 72.69 52.82 -
YUV 180.86 125.25 31.1 -
System Red Green Blue C M Y K H S L
Decimal 45 251 176 0.82 0 0.30 0.02 158.16 0.96 0.58
Hex 2D FB B0 52 0 1E 2 9E 60 3A
Octal 55 373 260 122 0 36 2 236 140 72
Binary 101101 11111011 10110000 1010010 0 11110 10 10011110 1100000 111010

Color Harmonies of #2DFBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFBB0

Black with #2DFBB0

Text Example


Text Example

White with #2DFBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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