Html Css Color HEX #2DFD9B Medium Spring Green

📋 copy color: '#2DFD9B'

red 45 ◦ green 253 ◦ blue 155

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

Shades of Medium Spring Green #2DFD9B

Tints of Medium Spring Green #2DFD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.22%

R = 9.93%
G = 55.85%
B = 34.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#2DFD9B (or 0x2DFD9B) is known color: Medium Spring Green. HEX triplet: 2D, FD and 9B. RGB value is (45,253,155). Sum of RGB (Red+Green+Blue) = 45+253+155=453 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.93% from 453); Green value is 253 (99.22% from 255 or 55.85% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFD9B is #D20264. Grayscale: #B3B3B3. Windows color (decimal): -13763173 or 10222893. OLE color: 10222893.

HSL color Cylindrical-coordinate representation of color #2DFD9B: hue angle of 151.73º 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 #2DFD9B is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 45 253 155 -
CMYK 0.82 0 0.39 0.01
HSL 151.73º 0.98% 0.58% -
HSV(B) 151.73º 0.82% 0.99% -
XYZ 42.12 73.18 42.91 -
YUV 179.64 114.09 31.97 -
System Red Green Blue C M Y K H S L
Decimal 45 253 155 0.82 0 0.39 0.01 151.73 0.98 0.58
Hex 2D FD 9B 52 0 27 1 98 62 3A
Octal 55 375 233 122 0 47 1 230 142 72
Binary 101101 11111101 10011011 1010010 0 100111 1 10011000 1100010 111010

Color Harmonies of #2DFD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFD9B

Black with #2DFD9B

Text Example


Text Example

White with #2DFD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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