Html Css Color HEX #2ADD77 Shamrock

📋 copy color: '#2ADD77'

red 42 ◦ green 221 ◦ blue 119

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

Shades of Shamrock #2ADD77

Tints of Shamrock #2ADD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 10.99%
G = 57.85%
B = 31.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#2ADD77 (or 0x2ADD77) is known color: Shamrock. HEX triplet: 2A, DD and 77. RGB value is (42,221,119). Sum of RGB (Red+Green+Blue) = 42+221+119=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADD77 is #D52288. Grayscale: #9C9C9C. Windows color (decimal): -13968009 or 7855402. OLE color: 7855402.

HSL color Cylindrical-coordinate representation of color #2ADD77: hue angle of 145.81º 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 #2ADD77 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 221 119 -
CMYK 0.81 0 0.46 0.13
HSL 145.81º 0.72% 0.52% -
HSV(B) 145.81º 0.81% 0.87% -
XYZ 30.14 53.54 26.2 -
YUV 155.85 107.2 46.79 -
System Red Green Blue C M Y K H S L
Decimal 42 221 119 0.81 0 0.46 0.13 145.81 0.72 0.52
Hex 2A DD 77 51 0 2E D 92 48 34
Octal 52 335 167 121 0 56 15 222 110 64
Binary 101010 11011101 1110111 1010001 0 101110 1101 10010010 1001000 110100

Color Harmonies of #2ADD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADD77

Black with #2ADD77

Text Example


Text Example

White with #2ADD77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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