#2DE488

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

Shades of Shamrock #2DE488

Tints of Shamrock #2DE488

Color information

#2DE488 (or 0x2DE488) is unknown color: approx Shamrock. HEX triplet: 2D, E4 and 88. RGB value is (45,228,136). Sum of RGB (Red+Green+Blue) = 45+228+136=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 228 (89.45% from 255 or 55.75% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DE488 is #D21B77. Grayscale: #A2A2A2. Windows color (decimal): -13769592 or 8971309. OLE color: 8971309.

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

Color convert

RGB45228136-
CMYK0.8000.400.11
HSL149.84º77.22%53.53%-
HSV(B)149.84º80.26%89.41%-
XYZ33.2757.8232.7-
YUV162.79112.8743.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.00%
GREEN value IS 228 (89.45% from 255) = 55.75%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=11.00%
G=55.75%
B=33.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal452281360.8000.400.11149.8477.2253.53
Hex2DE48850028B964d36
Octal553442101200501322611566
Binary1011011110010010001000101000001010001011100101101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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