Html Css Color HEX #2BFA89 Spring Green

📋 copy color: '#2BFA89'

red 43 ◦ green 250 ◦ blue 137

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

Shades of Spring Green #2BFA89

Tints of Spring Green #2BFA89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.86%

R = 10%
G = 58.14%
B = 31.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#2BFA89 (or 0x2BFA89) is known color: Spring Green. HEX triplet: 2B, FA and 89. RGB value is (43,250,137). Sum of RGB (Red+Green+Blue) = 43+250+137=430 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10% from 430); Green value is 250 (98.05% from 255 or 58.14% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA89 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFA89 is #D40576. Grayscale: #AFAFAF. Windows color (decimal): -13895031 or 9042475. OLE color: 9042475.

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

Color convert

RGB 43 250 137 -
CMYK 0.83 0 0.45 0.02
HSL 147.25º 0.95% 0.57% -
HSV(B) 147.25º 0.83% 0.98% -
XYZ 39.7 70.69 35.22 -
YUV 175.23 106.42 33.69 -
System Red Green Blue C M Y K H S L
Decimal 43 250 137 0.83 0 0.45 0.02 147.25 0.95 0.57
Hex 2B FA 89 53 0 2D 2 93 5F 39
Octal 53 372 211 123 0 55 2 223 137 71
Binary 101011 11111010 10001001 1010011 0 101101 10 10010011 1011111 111001

Color Harmonies of #2BFA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFA89

Black with #2BFA89

Text Example


Text Example

White with #2BFA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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