#2DE07A

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

Shades of Shamrock #2DE07A

Tints of Shamrock #2DE07A

Color information

#2DE07A (or 0x2DE07A) is unknown color: approx Shamrock. HEX triplet: 2D, E0 and 7A. RGB value is (45,224,122). Sum of RGB (Red+Green+Blue) = 45+224+122=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 224 (87.89% from 255 or 57.29% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE07A is #D21F85. Grayscale: #9F9F9F. Windows color (decimal): -13770630 or 8052781. OLE color: 8052781.

HSL color Cylindrical-coordinate representation of color #2DE07A: hue angle of 145.81º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE07A is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB45224122-
CMYK0.8000.460.12
HSL145.81º74.27%52.75%-
HSV(B)145.81º79.91%87.84%-
XYZ31.2555.2727.43-
YUV158.85107.246.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.51%
GREEN value IS 224 (87.89% from 255) = 57.29%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=11.51%
G=57.29%
B=31.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal452241220.8000.460.12145.8174.2752.75
Hex2DE07A5002EC924a35
Octal553401721200561422211265
Binary101101111000001111010101000001011101100100100101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,224,122); }

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

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

 a { background-color: rgb(45,224,122); }

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

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

 span { border-color: rgb(45,224,122); }

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