#2DE092

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

Shades of Shamrock #2DE092

Tints of Shamrock #2DE092

Color information

#2DE092 (or 0x2DE092) is unknown color: approx Shamrock. HEX triplet: 2D, E0 and 92. RGB value is (45,224,146). Sum of RGB (Red+Green+Blue) = 45+224+146=415 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.84% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE092 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DE092 is #D21F6D. Grayscale: #A1A1A1. Windows color (decimal): -13770606 or 9625645. OLE color: 9625645.

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

Color convert

RGB45224146-
CMYK0.8000.350.12
HSL153.85º74.27%52.75%-
HSV(B)153.85º79.91%87.84%-
XYZ32.9355.9436.26-
YUV161.59119.244.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.84%
GREEN value IS 224 (87.89% from 255) = 53.98%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=10.84%
G=53.98%
B=35.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal452241460.8000.350.12153.8574.2752.75
Hex2DE09250023C9a4a35
Octal553402221200431423211265
Binary1011011110000010010010101000001000111100100110101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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