#2BE69E

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

Shades of Shamrock #2BE69E

Tints of Shamrock #2BE69E

Color information

#2BE69E (or 0x2BE69E) is unknown color: approx Shamrock. HEX triplet: 2B, E6 and 9E. RGB value is (43,230,158). Sum of RGB (Red+Green+Blue) = 43+230+158=431 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.98% from 431); Green value is 230 (90.23% from 255 or 53.36% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE69E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE69E is #D41961. Grayscale: #A5A5A5. Windows color (decimal): -13900130 or 10413611. OLE color: 10413611.

HSL color Cylindrical-coordinate representation of color #2BE69E: hue angle of 156.9º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE69E is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB43230158-
CMYK0.8100.310.10
HSL156.9º78.9%53.53%-
HSV(B)156.9º81.3%90.2%-
XYZ35.4659.5841.98-
YUV165.88123.5540.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.98%
GREEN value IS 230 (90.23% from 255) = 53.36%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=9.98%
G=53.36%
B=36.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal432301580.8100.310.10156.978.953.53
Hex2BE69E5101FA9d4f36
Octal533462361210371223511766
Binary101011111001101001111010100010111111010100111011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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