Html Css Color HEX #2BFA99 Medium Spring Green

📋 copy color: '#2BFA99'

red 43 ◦ green 250 ◦ blue 153

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

Shades of Medium Spring Green #2BFA99

Tints of Medium Spring Green #2BFA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.3%

R = 9.64%
G = 56.05%
B = 34.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#2BFA99 (or 0x2BFA99) is known color: Medium Spring Green. HEX triplet: 2B, FA and 99. RGB value is (43,250,153). Sum of RGB (Red+Green+Blue) = 43+250+153=446 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.64% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFA99 is #D40566. Grayscale: #B1B1B1. Windows color (decimal): -13895015 or 10091051. OLE color: 10091051.

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

Color convert

RGB 43 250 153 -
CMYK 0.83 0 0.39 0.02
HSL 151.88º 0.95% 0.57% -
HSV(B) 151.88º 0.83% 0.98% -
XYZ 40.93 71.18 41.72 -
YUV 177.05 114.42 32.39 -
System Red Green Blue C M Y K H S L
Decimal 43 250 153 0.83 0 0.39 0.02 151.88 0.95 0.57
Hex 2B FA 99 53 0 27 2 98 5F 39
Octal 53 372 231 123 0 47 2 230 137 71
Binary 101011 11111010 10011001 1010011 0 100111 10 10011000 1011111 111001

Color Harmonies of #2BFA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFA99

Black with #2BFA99

Text Example


Text Example

White with #2BFA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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