#2DD490

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

Shades of Shamrock #2DD490

Tints of Shamrock #2DD490

Color information

#2DD490 (or 0x2DD490) is unknown color: approx Shamrock. HEX triplet: 2D, D4 and 90. RGB value is (45,212,144). Sum of RGB (Red+Green+Blue) = 45+212+144=401 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.22% from 401); Green value is 212 (83.20% from 255 or 52.87% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DD490 is #D22B6F. Grayscale: #9A9A9A. Windows color (decimal): -13773680 or 9491501. OLE color: 9491501.

HSL color Cylindrical-coordinate representation of color #2DD490: hue angle of 155.57º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD490 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB45212144-
CMYK0.7900.320.17
HSL155.57º66.01%50.39%-
HSV(B)155.57º78.77%83.14%-
XYZ29.6649.6634.41-
YUV154.32122.1750.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.22%
GREEN value IS 212 (83.20% from 255) = 52.87%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=11.22%
G=52.87%
B=35.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal452121440.7900.320.17155.5766.0150.39
Hex2DD4904F020119c4232
Octal553242201170402123410262
Binary10110111010100100100001001111010000010001100111001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,212,144); }

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

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

 a { background-color: rgb(45,212,144); }

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

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

 span { border-color: rgb(45,212,144); }

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