Html Css Color HEX #2DE57D Shamrock

📋 copy color: '#2DE57D'

red 45 ◦ green 229 ◦ blue 125

#2DE57D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #2DE57D

Tints of Shamrock #2DE57D

RGB

 RED value IS 45 (17.97% from 255) = 11.28%

 GREEN value IS 229 (89.84% from 255) = 57.39%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 11.28%
G = 57.39%
B = 31.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#2DE57D (or 0x2DE57D) is known color: Shamrock. HEX triplet: 2D, E5 and 7D. RGB value is (45,229,125). Sum of RGB (Red+Green+Blue) = 45+229+125=399 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.28% from 399); Green value is 229 (89.84% from 255 or 57.39% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE57D is #D21A82. Grayscale: #A2A2A2. Windows color (decimal): -13769347 or 8250669. OLE color: 8250669.

HSL color Cylindrical-coordinate representation of color #2DE57D: hue angle of 146.09º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE57D is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 45 229 125 -
CMYK 0.80 0 0.45 0.10
HSL 146.09º 0.78% 0.54% -
HSV(B) 146.09º 0.8% 0.9% -
XYZ 32.8 58.08 28.88 -
YUV 162.13 107.04 44.46 -
System Red Green Blue C M Y K H S L
Decimal 45 229 125 0.80 0 0.45 0.10 146.09 0.78 0.54
Hex 2D E5 7D 50 0 2D A 92 4E 36
Octal 55 345 175 120 0 55 12 222 116 66
Binary 101101 11100101 1111101 1010000 0 101101 1010 10010010 1001110 110110

Color Harmonies of #2DE57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE57D

Black with #2DE57D

Text Example


Text Example

White with #2DE57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,229,125); }

 H1.HeaderClassName
 {
   color: #2DE57D;
 }
 .AnyTagClassName
 {
   color: #2DE57D;
 }
</style>

background-color css

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

 a { background-color: rgb(45,229,125); }

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

border-color css

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

 span { border-color: rgb(45,229,125); }

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