Html Css Color HEX #2BFA9A Medium Spring Green

📋 copy color: '#2BFA9A'

red 43 ◦ green 250 ◦ blue 154

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

Shades of Medium Spring Green #2BFA9A

Tints of Medium Spring Green #2BFA9A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.93%

 BLUE value IS 154 (60.55% from 255) = 34.45%

R = 9.62%
G = 55.93%
B = 34.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#2BFA9A (or 0x2BFA9A) is known color: Medium Spring Green. HEX triplet: 2B, FA and 9A. RGB value is (43,250,154). Sum of RGB (Red+Green+Blue) = 43+250+154=447 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.62% from 447); Green value is 250 (98.05% from 255 or 55.93% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFA9A is #D40565. Grayscale: #B1B1B1. Windows color (decimal): -13895014 or 10156587. OLE color: 10156587.

HSL color Cylindrical-coordinate representation of color #2BFA9A: hue angle of 152.17º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFA9A is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 250 154 -
CMYK 0.83 0 0.38 0.02
HSL 152.17º 0.95% 0.57% -
HSV(B) 152.17º 0.83% 0.98% -
XYZ 41.01 71.22 42.16 -
YUV 177.16 114.92 32.31 -
System Red Green Blue C M Y K H S L
Decimal 43 250 154 0.83 0 0.38 0.02 152.17 0.95 0.57
Hex 2B FA 9A 53 0 26 2 98 5F 39
Octal 53 372 232 123 0 46 2 230 137 71
Binary 101011 11111010 10011010 1010011 0 100110 10 10011000 1011111 111001

Color Harmonies of #2BFA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFA9A

Black with #2BFA9A

Text Example


Text Example

White with #2BFA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,250,154); }

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

background-color css

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

 a { background-color: rgb(43,250,154); }

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

border-color css

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

 span { border-color: rgb(43,250,154); }

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