Html Css Color HEX #2ADD7E Shamrock

📋 copy color: '#2ADD7E'

red 42 ◦ green 221 ◦ blue 126

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

Shades of Shamrock #2ADD7E

Tints of Shamrock #2ADD7E

RGB

 RED value IS 42 (16.8% from 255) = 10.8%

 GREEN value IS 221 (86.72% from 255) = 56.81%

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 10.8%
G = 56.81%
B = 32.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#2ADD7E (or 0x2ADD7E) is known color: Shamrock. HEX triplet: 2A, DD and 7E. RGB value is (42,221,126). Sum of RGB (Red+Green+Blue) = 42+221+126=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADD7E is #D52281. Grayscale: #9C9C9C. Windows color (decimal): -13968002 or 8314154. OLE color: 8314154.

HSL color Cylindrical-coordinate representation of color #2ADD7E: hue angle of 148.16º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADD7E is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 221 126 -
CMYK 0.81 0 0.43 0.13
HSL 148.16º 0.72% 0.52% -
HSV(B) 148.16º 0.81% 0.87% -
XYZ 30.58 53.71 28.49 -
YUV 156.65 110.7 46.22 -
System Red Green Blue C M Y K H S L
Decimal 42 221 126 0.81 0 0.43 0.13 148.16 0.72 0.52
Hex 2A DD 7E 51 0 2B D 94 48 34
Octal 52 335 176 121 0 53 15 224 110 64
Binary 101010 11011101 1111110 1010001 0 101011 1101 10010100 1001000 110100

Color Harmonies of #2ADD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADD7E

Black with #2ADD7E

Text Example


Text Example

White with #2ADD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,221,126); }

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

background-color css

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

 a { background-color: rgb(42,221,126); }

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

border-color css

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

 span { border-color: rgb(42,221,126); }

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