Html Css Color HEX #2DD37F Shamrock

📋 copy color: '#2DD37F'

red 45 ◦ green 211 ◦ blue 127

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

Shades of Shamrock #2DD37F

Tints of Shamrock #2DD37F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 55.09%

 BLUE value IS 127 (50% from 255) = 33.16%

R = 11.75%
G = 55.09%
B = 33.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#2DD37F (or 0x2DD37F) is known color: Shamrock. HEX triplet: 2D, D3 and 7F. RGB value is (45,211,127). Sum of RGB (Red+Green+Blue) = 45+211+127=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 211 (82.81% from 255 or 55.09% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 211 - color contains mainly: green. Hex color #2DD37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD37F is #D22C80. Grayscale: #979797. Windows color (decimal): -13773953 or 8377133. OLE color: 8377133.

HSL color Cylindrical-coordinate representation of color #2DD37F: hue angle of 149.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD37F is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 45 211 127 -
CMYK 0.79 0 0.40 0.17
HSL 149.64º 0.65% 0.5% -
HSV(B) 149.64º 0.79% 0.83% -
XYZ 28.21 48.68 27.99 -
YUV 151.79 114 51.83 -
System Red Green Blue C M Y K H S L
Decimal 45 211 127 0.79 0 0.40 0.17 149.64 0.65 0.5
Hex 2D D3 7F 4F 0 28 11 96 41 32
Octal 55 323 177 117 0 50 21 226 101 62
Binary 101101 11010011 1111111 1001111 0 101000 10001 10010110 1000001 110010

Color Harmonies of #2DD37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD37F

Black with #2DD37F

Text Example


Text Example

White with #2DD37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,211,127); }

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

background-color css

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

 a { background-color: rgb(45,211,127); }

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

border-color css

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

 span { border-color: rgb(45,211,127); }

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