Html Css Color HEX #2BFE95 Medium Spring Green

📋 copy color: '#2BFE95'

red 43 ◦ green 254 ◦ blue 149

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

Shades of Medium Spring Green #2BFE95

Tints of Medium Spring Green #2BFE95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.41%

R = 9.64%
G = 56.95%
B = 33.41%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#2BFE95 (or 0x2BFE95) is known color: Medium Spring Green. HEX triplet: 2B, FE and 95. RGB value is (43,254,149). Sum of RGB (Red+Green+Blue) = 43+254+149=446 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.64% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFE95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFE95 is #D4016A. Grayscale: #B3B3B3. Windows color (decimal): -13893995 or 9829931. OLE color: 9829931.

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

Color convert

RGB 43 254 149 -
CMYK 0.83 0 0.41 0.00
HSL 150.14º 0.99% 0.58% -
HSV(B) 150.14º 0.83% 1% -
XYZ 41.86 73.57 40.43 -
YUV 178.94 111.1 31.04 -
System Red Green Blue C M Y K H S L
Decimal 43 254 149 0.83 0 0.41 0.00 150.14 0.99 0.58
Hex 2B FE 95 53 0 29 0 96 63 3A
Octal 53 376 225 123 0 51 0 226 143 72
Binary 101011 11111110 10010101 1010011 0 101001 0 10010110 1100011 111010

Color Harmonies of #2BFE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFE95

Black with #2BFE95

Text Example


Text Example

White with #2BFE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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