Html Css Color HEX #2BFCB0 Medium Spring Green

📋 copy color: '#2BFCB0'

red 43 ◦ green 252 ◦ blue 176

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

Shades of Medium Spring Green #2BFCB0

Tints of Medium Spring Green #2BFCB0

RGB

 RED value IS 43 (17.19% from 255) = 9.13%

 GREEN value IS 252 (98.83% from 255) = 53.5%

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

R = 9.13%
G = 53.5%
B = 37.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#2BFCB0 (or 0x2BFCB0) is known color: Medium Spring Green. HEX triplet: 2B, FC and B0. RGB value is (43,252,176). Sum of RGB (Red+Green+Blue) = 43+252+176=471 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.13% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFCB0 is #D4034F. Grayscale: #B4B4B4. Windows color (decimal): -13894480 or 11598891. OLE color: 11598891.

HSL color Cylindrical-coordinate representation of color #2BFCB0: hue angle of 158.18º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFCB0 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 252 176 -
CMYK 0.83 0 0.30 0.01
HSL 158.18º 0.97% 0.58% -
HSV(B) 158.18º 0.83% 0.99% -
XYZ 43.64 73.27 52.92 -
YUV 180.85 125.26 29.68 -
System Red Green Blue C M Y K H S L
Decimal 43 252 176 0.83 0 0.30 0.01 158.18 0.97 0.58
Hex 2B FC B0 53 0 1E 1 9E 61 3A
Octal 53 374 260 123 0 36 1 236 141 72
Binary 101011 11111100 10110000 1010011 0 11110 1 10011110 1100001 111010

Color Harmonies of #2BFCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFCB0

Black with #2BFCB0

Text Example


Text Example

White with #2BFCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,252,176); }

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

background-color css

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

 a { background-color: rgb(43,252,176); }

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

border-color css

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

 span { border-color: rgb(43,252,176); }

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