#2DE489

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

Shades of Shamrock #2DE489

Tints of Shamrock #2DE489

Color information

#2DE489 (or 0x2DE489) is unknown color: approx Shamrock. HEX triplet: 2D, E4 and 89. RGB value is (45,228,137). Sum of RGB (Red+Green+Blue) = 45+228+137=410 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.98% from 410); Green value is 228 (89.45% from 255 or 55.61% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE489 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DE489 is #D21B76. Grayscale: #A3A3A3. Windows color (decimal): -13769591 or 9036845. OLE color: 9036845.

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

Color convert

RGB45228137-
CMYK0.8000.400.11
HSL150.16º77.22%53.53%-
HSV(B)150.16º80.26%89.41%-
XYZ33.3457.8533.08-
YUV162.91113.3743.9-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.98%
GREEN value IS 228 (89.45% from 255) = 55.61%
BLUE value IS 137 (53.91% from 255) = 33.41%
R=10.98%
G=55.61%
B=33.41%

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
Decimal452281370.8000.400.11150.1677.2253.53
Hex2DE48950028B964d36
Octal553442111200501322611566
Binary1011011110010010001001101000001010001011100101101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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