Html Css Color HEX #2DDF95 Shamrock

📋 copy color: '#2DDF95'

red 45 ◦ green 223 ◦ blue 149

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

Shades of Shamrock #2DDF95

Tints of Shamrock #2DDF95

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.48%

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 10.79%
G = 53.48%
B = 35.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#2DDF95 (or 0x2DDF95) is known color: Shamrock. HEX triplet: 2D, DF and 95. RGB value is (45,223,149). Sum of RGB (Red+Green+Blue) = 45+223+149=417 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.79% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDF95 is #D2206A. Grayscale: #A1A1A1. Windows color (decimal): -13770859 or 9821997. OLE color: 9821997.

HSL color Cylindrical-coordinate representation of color #2DDF95: hue angle of 155.06º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDF95 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 223 149 -
CMYK 0.80 0 0.33 0.13
HSL 155.06º 0.74% 0.53% -
HSV(B) 155.06º 0.8% 0.87% -
XYZ 32.89 55.5 37.41 -
YUV 161.34 121.03 45.02 -
System Red Green Blue C M Y K H S L
Decimal 45 223 149 0.80 0 0.33 0.13 155.06 0.74 0.53
Hex 2D DF 95 50 0 21 D 9B 4A 35
Octal 55 337 225 120 0 41 15 233 112 65
Binary 101101 11011111 10010101 1010000 0 100001 1101 10011011 1001010 110101

Color Harmonies of #2DDF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF95

Black with #2DDF95

Text Example


Text Example

White with #2DDF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,223,149); }

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

background-color css

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

 a { background-color: rgb(45,223,149); }

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

border-color css

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

 span { border-color: rgb(45,223,149); }

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