#2DE988

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

Shades of Shamrock #2DE988

Tints of Shamrock #2DE988

Color information

#2DE988 (or 0x2DE988) is unknown color: approx Shamrock. HEX triplet: 2D, E9 and 88. RGB value is (45,233,136). Sum of RGB (Red+Green+Blue) = 45+233+136=414 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.87% from 414); Green value is 233 (91.41% from 255 or 56.28% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 233 - color contains mainly: green. Hex color #2DE988 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DE988 is #D21677. Grayscale: #A5A5A5. Windows color (decimal): -13768312 or 8972589. OLE color: 8972589.

HSL color Cylindrical-coordinate representation of color #2DE988: hue angle of 149.04º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE988 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB45233136-
CMYK0.8100.420.09
HSL149.04º81.03%54.51%-
HSV(B)149.04º80.69%91.37%-
XYZ34.6760.6133.17-
YUV165.73111.2241.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.87%
GREEN value IS 233 (91.41% from 255) = 56.28%
BLUE value IS 136 (53.52% from 255) = 32.85%
R=10.87%
G=56.28%
B=32.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal452331360.8100.420.09149.0481.0354.51
Hex2DE9885102A9955137
Octal553512101210521122512167
Binary1011011110100110001000101000101010101001100101011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,233,136); }

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

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

 a { background-color: rgb(45,233,136); }

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

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

 span { border-color: rgb(45,233,136); }

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