#2DE093

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

Shades of Shamrock #2DE093

Tints of Shamrock #2DE093

Color information

#2DE093 (or 0x2DE093) is unknown color: approx Shamrock. HEX triplet: 2D, E0 and 93. RGB value is (45,224,147). Sum of RGB (Red+Green+Blue) = 45+224+147=416 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.82% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DE093 is #D21F6C. Grayscale: #A1A1A1. Windows color (decimal): -13770605 or 9691181. OLE color: 9691181.

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

Color convert

RGB45224147-
CMYK0.8000.340.12
HSL154.19º74.27%52.75%-
HSV(B)154.19º79.91%87.84%-
XYZ3355.9836.67-
YUV161.7119.744.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.82%
GREEN value IS 224 (87.89% from 255) = 53.85%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=10.82%
G=53.85%
B=35.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal452241470.8000.340.12154.1974.2752.75
Hex2DE09350022C9a4a35
Octal553402231200421423211265
Binary1011011110000010010011101000001000101100100110101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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