#2DE4B0

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

Shades of Shamrock #2DE4B0

Tints of Shamrock #2DE4B0

Color information

#2DE4B0 (or 0x2DE4B0) is unknown color: approx Shamrock. HEX triplet: 2D, E4 and B0. RGB value is (45,228,176). Sum of RGB (Red+Green+Blue) = 45+228+176=449 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.02% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE4B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DE4B0 is #D21B4F. Grayscale: #A7A7A7. Windows color (decimal): -13769552 or 11592749. OLE color: 11592749.

HSL color Cylindrical-coordinate representation of color #2DE4B0: hue angle of 162.95º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE4B0 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB45228176-
CMYK0.8000.230.11
HSL162.95º77.22%53.53%-
HSV(B)162.95º80.26%89.41%-
XYZ36.6659.1850.56-
YUV167.36132.8740.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.02%
GREEN value IS 228 (89.45% from 255) = 50.78%
BLUE value IS 176 (69.14% from 255) = 39.20%
R=10.02%
G=50.78%
B=39.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal452281760.8000.230.11162.9577.2253.53
Hex2DE4B050017Ba34d36
Octal553442601200271324311566
Binary101101111001001011000010100000101111011101000111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,228,176); }

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

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

 a { background-color: rgb(45,228,176); }

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

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

 span { border-color: rgb(45,228,176); }

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