Html Css Color HEX #2DFFAB Medium Spring Green

📋 copy color: '#2DFFAB'

red 45 ◦ green 255 ◦ blue 171

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

Shades of Medium Spring Green #2DFFAB

Tints of Medium Spring Green #2DFFAB

RGB

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

 GREEN value IS 255 (100% from 255) = 54.14%

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 9.55%
G = 54.14%
B = 36.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#2DFFAB (or 0x2DFFAB) is known color: Medium Spring Green. HEX triplet: 2D, FF and AB. RGB value is (45,255,171). Sum of RGB (Red+Green+Blue) = 45+255+171=471 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.55% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFFAB is #D20054. Grayscale: #B6B6B6. Windows color (decimal): -13762645 or 11271981. OLE color: 11271981.

HSL color Cylindrical-coordinate representation of color #2DFFAB: hue angle of 156º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFFAB is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 45 255 171 -
CMYK 0.82 0 0.33 0
HSL 156º 1% 0.59% -
HSV(B) 156º 0.82% 1% -
XYZ 44.19 75.02 50.68 -
YUV 182.63 121.43 29.83 -
System Red Green Blue C M Y K H S L
Decimal 45 255 171 0.82 0 0.33 0 156 1 0.59
Hex 2D FF AB 52 0 21 0 9C 64 3B
Octal 55 377 253 122 0 41 0 234 144 73
Binary 101101 11111111 10101011 1010010 0 100001 0 10011100 1100100 111011

Color Harmonies of #2DFFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFFAB

Black with #2DFFAB

Text Example


Text Example

White with #2DFFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,255,171); }

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

background-color css

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

 a { background-color: rgb(45,255,171); }

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

border-color css

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

 span { border-color: rgb(45,255,171); }

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