#2dd68f

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

Shades of Shamrock #2DD68F

Tints of Shamrock #2DD68F

Color information

#2DD68F (or 0x2DD68F) is unknown color: approx Shamrock. HEX triplet: 2D, D6 and 8F. RGB value is (45,214,143). Sum of RGB (Red+Green+Blue) = 45+214+143=402 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.19% from 402); Green value is 214 (83.98% from 255 or 53.23% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DD68F is #D22970. Grayscale: #9B9B9B. Windows color (decimal): -13773169 or 9426477. OLE color: 9426477.

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

Color convert

RGB45214143-
CMYK0.7900.330.16
HSL154.79º67.33%50.78%-
HSV(B)154.79º78.97%83.92%-
XYZ30.0950.6334.17-
YUV155.38121.0149.27-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.19%
GREEN value IS 214 (83.98% from 255) = 53.23%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=11.19%
G=53.23%
B=35.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal452141430.7900.330.16154.7967.3350.78
Hex2DD68F4F021109b4333
Octal553262171170412023310363
Binary10110111010110100011111001111010000110000100110111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dd68f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,214,143); }

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

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

 a { background-color: rgb(45,214,143); }

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

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

 span { border-color: rgb(45,214,143); }

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