#2DE48A

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

Shades of Shamrock #2DE48A

Tints of Shamrock #2DE48A

Color information

#2DE48A (or 0x2DE48A) is unknown color: approx Shamrock. HEX triplet: 2D, E4 and 8A. RGB value is (45,228,138). Sum of RGB (Red+Green+Blue) = 45+228+138=411 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.95% from 411); Green value is 228 (89.45% from 255 or 55.47% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DE48A is #D21B75. Grayscale: #A3A3A3. Windows color (decimal): -13769590 or 9102381. OLE color: 9102381.

HSL color Cylindrical-coordinate representation of color #2DE48A: hue angle of 150.49º 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 #2DE48A is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB45228138-
CMYK0.8000.390.11
HSL150.49º77.22%53.53%-
HSV(B)150.49º80.26%89.41%-
XYZ33.4157.8833.46-
YUV163.02113.8743.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.95%
GREEN value IS 228 (89.45% from 255) = 55.47%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=10.95%
G=55.47%
B=33.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal452281380.8000.390.11150.4977.2253.53
Hex2DE48A50027B964d36
Octal553442121200471322611566
Binary1011011110010010001010101000001001111011100101101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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