#2BE285

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

Shades of Shamrock #2BE285

Tints of Shamrock #2BE285

Color information

#2BE285 (or 0x2BE285) is unknown color: approx Shamrock. HEX triplet: 2B, E2 and 85. RGB value is (43,226,133). Sum of RGB (Red+Green+Blue) = 43+226+133=402 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.70% from 402); Green value is 226 (88.67% from 255 or 56.22% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE285 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE285 is #D41D7A. Grayscale: #A0A0A0. Windows color (decimal): -13901179 or 8774187. OLE color: 8774187.

HSL color Cylindrical-coordinate representation of color #2BE285: hue angle of 149.51º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE285 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB43226133-
CMYK0.8100.410.11
HSL149.51º75.93%52.75%-
HSV(B)149.51º80.97%88.63%-
XYZ32.4356.631.41-
YUV160.68112.3744.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.70%
GREEN value IS 226 (88.67% from 255) = 56.22%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=10.70%
G=56.22%
B=33.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal432261330.8100.410.11149.5175.9352.75
Hex2BE28551029B964c35
Octal533422051210511322611465
Binary1010111110001010000101101000101010011011100101101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,226,133); }

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

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

 a { background-color: rgb(43,226,133); }

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

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

 span { border-color: rgb(43,226,133); }

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