Html Css Color HEX #2BFC80 Spring Green

📋 copy color: '#2BFC80'

red 43 ◦ green 252 ◦ blue 128

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

Shades of Spring Green #2BFC80

Tints of Spring Green #2BFC80

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.57%

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 10.17%
G = 59.57%
B = 30.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#2BFC80 (or 0x2BFC80) is known color: Spring Green. HEX triplet: 2B, FC and 80. RGB value is (43,252,128). Sum of RGB (Red+Green+Blue) = 43+252+128=423 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.17% from 423); Green value is 252 (98.83% from 255 or 59.57% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFC80 is #D4037F. Grayscale: #AFAFAF. Windows color (decimal): -13894528 or 8453163. OLE color: 8453163.

HSL color Cylindrical-coordinate representation of color #2BFC80: hue angle of 144.4º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFC80 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 252 128 -
CMYK 0.83 0 0.49 0.01
HSL 144.4º 0.97% 0.58% -
HSV(B) 144.4º 0.83% 0.99% -
XYZ 39.7 71.69 32.17 -
YUV 175.37 101.26 33.58 -
System Red Green Blue C M Y K H S L
Decimal 43 252 128 0.83 0 0.49 0.01 144.4 0.97 0.58
Hex 2B FC 80 53 0 31 1 90 61 3A
Octal 53 374 200 123 0 61 1 220 141 72
Binary 101011 11111100 10000000 1010011 0 110001 1 10010000 1100001 111010

Color Harmonies of #2BFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFC80

Black with #2BFC80

Text Example


Text Example

White with #2BFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,252,128); }

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

background-color css

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

 a { background-color: rgb(43,252,128); }

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

border-color css

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

 span { border-color: rgb(43,252,128); }

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