Html Css Color HEX #2DE396 Shamrock

📋 copy color: '#2DE396'

red 45 ◦ green 227 ◦ blue 150

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

Shades of Shamrock #2DE396

Tints of Shamrock #2DE396

RGB

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

 GREEN value IS 227 (89.06% from 255) = 53.79%

 BLUE value IS 150 (58.98% from 255) = 35.55%

R = 10.66%
G = 53.79%
B = 35.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#2DE396 (or 0x2DE396) is known color: Shamrock. HEX triplet: 2D, E3 and 96. RGB value is (45,227,150). Sum of RGB (Red+Green+Blue) = 45+227+150=422 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.66% from 422); Green value is 227 (89.06% from 255 or 53.79% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DE396 is #D21C69. Grayscale: #A3A3A3. Windows color (decimal): -13769834 or 9888557. OLE color: 9888557.

HSL color Cylindrical-coordinate representation of color #2DE396: hue angle of 154.62º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE396 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 45 227 150 -
CMYK 0.80 0 0.34 0.11
HSL 154.62º 0.76% 0.53% -
HSV(B) 154.62º 0.8% 0.89% -
XYZ 34.06 57.7 38.2 -
YUV 163.8 120.2 43.26 -
System Red Green Blue C M Y K H S L
Decimal 45 227 150 0.80 0 0.34 0.11 154.62 0.76 0.53
Hex 2D E3 96 50 0 22 B 9B 4C 35
Octal 55 343 226 120 0 42 13 233 114 65
Binary 101101 11100011 10010110 1010000 0 100010 1011 10011011 1001100 110101

Color Harmonies of #2DE396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE396

Black with #2DE396

Text Example


Text Example

White with #2DE396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,227,150); }

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

background-color css

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

 a { background-color: rgb(45,227,150); }

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

border-color css

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

 span { border-color: rgb(45,227,150); }

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