Html Css Color HEX #2BFCA1 Medium Spring Green

📋 copy color: '#2BFCA1'

red 43 ◦ green 252 ◦ blue 161

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

Shades of Medium Spring Green #2BFCA1

Tints of Medium Spring Green #2BFCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.31%

R = 9.43%
G = 55.26%
B = 35.31%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#2BFCA1 (or 0x2BFCA1) is known color: Medium Spring Green. HEX triplet: 2B, FC and A1. RGB value is (43,252,161). Sum of RGB (Red+Green+Blue) = 43+252+161=456 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.43% from 456); Green value is 252 (98.83% from 255 or 55.26% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFCA1 is #D4035E. Grayscale: #B3B3B3. Windows color (decimal): -13894495 or 10615851. OLE color: 10615851.

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

Color convert

RGB 43 252 161 -
CMYK 0.83 0 0.36 0.01
HSL 153.88º 0.97% 0.58% -
HSV(B) 153.88º 0.83% 0.99% -
XYZ 42.24 72.71 45.53 -
YUV 179.14 117.76 30.9 -
System Red Green Blue C M Y K H S L
Decimal 43 252 161 0.83 0 0.36 0.01 153.88 0.97 0.58
Hex 2B FC A1 53 0 24 1 9A 61 3A
Octal 53 374 241 123 0 44 1 232 141 72
Binary 101011 11111100 10100001 1010011 0 100100 1 10011010 1100001 111010

Color Harmonies of #2BFCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFCA1

Black with #2BFCA1

Text Example


Text Example

White with #2BFCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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