Html Css Color HEX #2BFA98 Medium Spring Green

📋 copy color: '#2BFA98'

red 43 ◦ green 250 ◦ blue 152

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

Shades of Medium Spring Green #2BFA98

Tints of Medium Spring Green #2BFA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.16%

R = 9.66%
G = 56.18%
B = 34.16%

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

#2BFA98 (or 0x2BFA98) is known color: Medium Spring Green. HEX triplet: 2B, FA and 98. RGB value is (43,250,152). Sum of RGB (Red+Green+Blue) = 43+250+152=445 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.66% from 445); Green value is 250 (98.05% from 255 or 56.18% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFA98 is #D40567. Grayscale: #B1B1B1. Windows color (decimal): -13895016 or 10025515. OLE color: 10025515.

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

Color convert

RGB 43 250 152 -
CMYK 0.83 0 0.39 0.02
HSL 151.59º 0.95% 0.57% -
HSV(B) 151.59º 0.83% 0.98% -
XYZ 40.85 71.15 41.29 -
YUV 176.94 113.92 32.47 -
System Red Green Blue C M Y K H S L
Decimal 43 250 152 0.83 0 0.39 0.02 151.59 0.95 0.57
Hex 2B FA 98 53 0 27 2 98 5F 39
Octal 53 372 230 123 0 47 2 230 137 71
Binary 101011 11111010 10011000 1010011 0 100111 10 10011000 1011111 111001

Color Harmonies of #2BFA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFA98

Black with #2BFA98

Text Example


Text Example

White with #2BFA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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