#2BE98C

Color #2BE98C Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2BE98C

Tints of Shamrock #2BE98C

Color information

#2BE98C (or 0x2BE98C) is unknown color: approx Shamrock. HEX triplet: 2B, E9 and 8C. RGB value is (43,233,140). Sum of RGB (Red+Green+Blue) = 43+233+140=416 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.34% from 416); Green value is 233 (91.41% from 255 or 56.01% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE98C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE98C is #D41673. Grayscale: #A5A5A5. Windows color (decimal): -13899380 or 9234731. OLE color: 9234731.

HSL color Cylindrical-coordinate representation of color #2BE98C: hue angle of 150.63º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE98C is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB43233140-
CMYK0.8200.400.09
HSL150.63º81.2%54.12%-
HSV(B)150.63º81.55%91.37%-
XYZ34.8760.6834.69-
YUV165.59113.5540.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.34%
GREEN value IS 233 (91.41% from 255) = 56.01%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=10.34%
G=56.01%
B=33.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal432331400.8200.400.09150.6381.254.12
Hex2BE98C520289975136
Octal533512141220501122712166
Binary1010111110100110001100101001001010001001100101111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,233,140); }

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

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

 a { background-color: rgb(43,233,140); }

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

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

 span { border-color: rgb(43,233,140); }

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