Html Css Color HEX #2FFBAB Medium Spring Green

📋 copy color: '#2FFBAB'

red 47 ◦ green 251 ◦ blue 171

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

Shades of Medium Spring Green #2FFBAB

Tints of Medium Spring Green #2FFBAB

RGB

 RED value IS 47 (18.75% from 255) = 10.02%

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

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

R = 10.02%
G = 53.52%
B = 36.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#2FFBAB (or 0x2FFBAB) is known color: Medium Spring Green. HEX triplet: 2F, FB and AB. RGB value is (47,251,171). Sum of RGB (Red+Green+Blue) = 47+251+171=469 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10.02% from 469); Green value is 251 (98.44% from 255 or 53.52% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFBAB is #D00454. Grayscale: #B5B5B5. Windows color (decimal): -13632597 or 11270959. OLE color: 11270959.

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

Color convert

RGB 47 251 171 -
CMYK 0.81 0 0.32 0.02
HSL 156.47º 0.96% 0.58% -
HSV(B) 156.47º 0.81% 0.98% -
XYZ 43.02 72.54 50.26 -
YUV 180.88 122.41 32.5 -
System Red Green Blue C M Y K H S L
Decimal 47 251 171 0.81 0 0.32 0.02 156.47 0.96 0.58
Hex 2F FB AB 51 0 20 2 9C 60 3A
Octal 57 373 253 121 0 40 2 234 140 72
Binary 101111 11111011 10101011 1010001 0 100000 10 10011100 1100000 111010

Color Harmonies of #2FFBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFBAB

Black with #2FFBAB

Text Example


Text Example

White with #2FFBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,251,171); }

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

background-color css

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

 a { background-color: rgb(47,251,171); }

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

border-color css

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

 span { border-color: rgb(47,251,171); }

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