Html Css Color HEX #2BFEA0 Medium Spring Green

📋 copy color: '#2BFEA0'

red 43 ◦ green 254 ◦ blue 160

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

Shades of Medium Spring Green #2BFEA0

Tints of Medium Spring Green #2BFEA0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.58%

 BLUE value IS 160 (62.89% from 255) = 35.01%

R = 9.41%
G = 55.58%
B = 35.01%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#2BFEA0 (or 0x2BFEA0) is known color: Medium Spring Green. HEX triplet: 2B, FE and A0. RGB value is (43,254,160). Sum of RGB (Red+Green+Blue) = 43+254+160=457 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.41% from 457); Green value is 254 (99.61% from 255 or 55.58% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFEA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFEA0 is #D4015F. Grayscale: #B4B4B4. Windows color (decimal): -13893984 or 10550827. OLE color: 10550827.

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

Color convert

RGB 43 254 160 -
CMYK 0.83 0 0.37 0.00
HSL 153.27º 0.99% 0.58% -
HSV(B) 153.27º 0.83% 1% -
XYZ 42.78 73.94 45.27 -
YUV 180.2 116.6 30.14 -
System Red Green Blue C M Y K H S L
Decimal 43 254 160 0.83 0 0.37 0.00 153.27 0.99 0.58
Hex 2B FE A0 53 0 25 0 99 63 3A
Octal 53 376 240 123 0 45 0 231 143 72
Binary 101011 11111110 10100000 1010011 0 100101 0 10011001 1100011 111010

Color Harmonies of #2BFEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFEA0

Black with #2BFEA0

Text Example


Text Example

White with #2BFEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,254,160); }

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

background-color css

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

 a { background-color: rgb(43,254,160); }

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

border-color css

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

 span { border-color: rgb(43,254,160); }

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