#2BFE94

Color #2BFE94 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #2BFE94

Tints of Medium Spring Green #2BFE94

Color information

#2BFE94 (or 0x2BFE94) is unknown color: approx Medium Spring Green. HEX triplet: 2B, FE and 94. RGB value is (43,254,148). Sum of RGB (Red+Green+Blue) = 43+254+148=445 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.66% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFE94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFE94 is #D4016B. Grayscale: #B3B3B3. Windows color (decimal): -13893996 or 9764395. OLE color: 9764395.

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

Color convert

RGB43254148-
CMYK0.8300.420.00
HSL149.86º99.06%58.24%-
HSV(B)149.86º83.07%99.61%-
XYZ41.7873.5440.01-
YUV178.83110.631.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.66%
GREEN value IS 254 (99.61% from 255) = 57.08%
BLUE value IS 148 (58.20% from 255) = 33.26%
R=9.66%
G=57.08%
B=33.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal432541480.8300.420.00149.8699.0658.24
Hex2BFE945302A096633a
Octal53376224123052022614372
Binary1010111111111010010100101001101010100100101101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BFE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2BFE94;
 }
 .AnyTagClassName
 {
   color: #2BFE94;
 }
</style>
background-color css

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

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

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

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

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

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