#2BEF9E

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

Shades of Shamrock #2BEF9E

Tints of Shamrock #2BEF9E

Color information

#2BEF9E (or 0x2BEF9E) is unknown color: approx Shamrock. HEX triplet: 2B, EF and 9E. RGB value is (43,239,158). Sum of RGB (Red+Green+Blue) = 43+239+158=440 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.77% from 440); Green value is 239 (93.75% from 255 or 54.32% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEF9E is #D41061. Grayscale: #ABABAB. Windows color (decimal): -13897826 or 10415915. OLE color: 10415915.

HSL color Cylindrical-coordinate representation of color #2BEF9E: hue angle of 155.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEF9E is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB43239158-
CMYK0.8200.340.06
HSL155.2º85.96%55.29%-
HSV(B)155.2º82.01%93.73%-
XYZ38.0364.7242.83-
YUV171.16120.5736.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.77%
GREEN value IS 239 (93.75% from 255) = 54.32%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=9.77%
G=54.32%
B=35.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal432391580.8200.340.06155.285.9655.29
Hex2BEF9E5202269b5637
Octal53357236122042623312667
Binary101011111011111001111010100100100010110100110111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BEF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,239,158); }

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

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

 a { background-color: rgb(43,239,158); }

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

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

 span { border-color: rgb(43,239,158); }

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