#2DE17A

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

Shades of Shamrock #2DE17A

Tints of Shamrock #2DE17A

Color information

#2DE17A (or 0x2DE17A) is unknown color: approx Shamrock. HEX triplet: 2D, E1 and 7A. RGB value is (45,225,122). Sum of RGB (Red+Green+Blue) = 45+225+122=392 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.48% from 392); Green value is 225 (88.28% from 255 or 57.40% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE17A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE17A is #D21E85. Grayscale: #9F9F9F. Windows color (decimal): -13770374 or 8053037. OLE color: 8053037.

HSL color Cylindrical-coordinate representation of color #2DE17A: hue angle of 145.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE17A is Cyan = 0.8, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB45225122-
CMYK0.800.460.12
HSL145.67º75%52.94%-
HSV(B)145.67º80%88.24%-
XYZ31.5255.8127.52-
YUV159.44106.8746.38-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.48%
GREEN value IS 225 (88.28% from 255) = 57.40%
BLUE value IS 122 (48.05% from 255) = 31.12%
R=11.48%
G=57.40%
B=31.12%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal452251220.800.460.12145.677552.94
Hex2DE17A5002EC924b35
Octal553411721200561422211365
Binary101101111000011111010101000001011101100100100101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,225,122); }

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

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

 a { background-color: rgb(45,225,122); }

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

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

 span { border-color: rgb(45,225,122); }

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