#2BE279

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

Shades of Shamrock #2BE279

Tints of Shamrock #2BE279

Color information

#2BE279 (or 0x2BE279) is unknown color: approx Shamrock. HEX triplet: 2B, E2 and 79. RGB value is (43,226,121). Sum of RGB (Red+Green+Blue) = 43+226+121=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 226 (88.67% from 255 or 57.95% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE279 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE279 is #D41D86. Grayscale: #9F9F9F. Windows color (decimal): -13901191 or 7987755. OLE color: 7987755.

HSL color Cylindrical-coordinate representation of color #2BE279: hue angle of 145.57º 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 #2BE279 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB43226121-
CMYK0.8100.460.11
HSL145.57º75.93%52.75%-
HSV(B)145.57º80.97%88.63%-
XYZ31.6456.2927.29-
YUV159.31106.3745.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.03%
GREEN value IS 226 (88.67% from 255) = 57.95%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=11.03%
G=57.95%
B=31.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal432261210.8100.460.11145.5775.9352.75
Hex2BE2795102EB924c35
Octal533421711210561322211465
Binary101011111000101111001101000101011101011100100101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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