#2bd683

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

Shades of Shamrock #2BD683

Tints of Shamrock #2BD683

Color information

#2BD683 (or 0x2BD683) is unknown color: approx Shamrock. HEX triplet: 2B, D6 and 83. RGB value is (43,214,131). Sum of RGB (Red+Green+Blue) = 43+214+131=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD683 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD683 is #D4297C. Grayscale: #999999. Windows color (decimal): -13904253 or 8640043. OLE color: 8640043.

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

Color convert

RGB43214131-
CMYK0.8000.390.16
HSL150.88º67.59%50.39%-
HSV(B)150.88º79.91%83.92%-
XYZ29.1450.2529.64-
YUV153.41115.3549.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.08%
GREEN value IS 214 (83.98% from 255) = 55.15%
BLUE value IS 131 (51.56% from 255) = 33.76%
R=11.08%
G=55.15%
B=33.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal432141310.8000.390.16150.8867.5950.39
Hex2BD6835002710974432
Octal533262031200472022710462
Binary10101111010110100000111010000010011110000100101111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bd683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,214,131); }

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

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

 a { background-color: rgb(43,214,131); }

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

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

 span { border-color: rgb(43,214,131); }

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