#2BD77D

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

Shades of Shamrock #2BD77D

Tints of Shamrock #2BD77D

Color information

#2BD77D (or 0x2BD77D) is unknown color: approx Shamrock. HEX triplet: 2B, D7 and 7D. RGB value is (43,215,125). Sum of RGB (Red+Green+Blue) = 43+215+125=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD77D is #D42882. Grayscale: #999999. Windows color (decimal): -13904003 or 8247083. OLE color: 8247083.

HSL color Cylindrical-coordinate representation of color #2BD77D: hue angle of 148.6º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD77D is Cyan = 0.8, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB43215125-
CMYK0.800.420.16
HSL148.6º68.25%50.59%-
HSV(B)148.6º80%84.31%-
XYZ2950.627.64-
YUV153.31112.0249.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.23%
GREEN value IS 215 (84.38% from 255) = 56.14%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=11.23%
G=56.14%
B=32.64%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal432151250.800.420.16148.668.2550.59
Hex2BD77D5002A10954433
Octal533271751200522022510463
Binary1010111101011111111011010000010101010000100101011000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,215,125); }

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

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

 a { background-color: rgb(43,215,125); }

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

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

 span { border-color: rgb(43,215,125); }

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