#2BC25E

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

Shades of Medium Sea Green #2BC25E

Tints of Medium Sea Green #2BC25E

Color information

#2BC25E (or 0x2BC25E) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C2 and 5E. RGB value is (43,194,94). Sum of RGB (Red+Green+Blue) = 43+194+94=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC25E is #D43DA1. Grayscale: #898989. Windows color (decimal): -13909410 or 6210091. OLE color: 6210091.

HSL color Cylindrical-coordinate representation of color #2BC25E: hue angle of 140.26º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC25E is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB4319494-
CMYK0.7800.520.24
HSL140.26º63.71%46.47%-
HSV(B)140.26º77.84%76.08%-
XYZ22.3139.9117.12-
YUV137.45103.4760.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.99%
GREEN value IS 194 (76.17% from 255) = 58.61%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=12.99%
G=58.61%
B=28.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal43194940.7800.520.24140.2663.7146.47
Hex2BC25E4E034188c402e
Octal533021361160643021410056
Binary1010111100001010111101001110011010011000100011001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,194,94); }

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

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

 a { background-color: rgb(43,194,94); }

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

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

 span { border-color: rgb(43,194,94); }

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