Html Css Color HEX #2ADD7F Shamrock

📋 copy color: '#2ADD7F'

red 42 ◦ green 221 ◦ blue 127

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

Shades of Shamrock #2ADD7F

Tints of Shamrock #2ADD7F

RGB

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

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

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

R = 10.77%
G = 56.67%
B = 32.56%

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

#2ADD7F (or 0x2ADD7F) is known color: Shamrock. HEX triplet: 2A, DD and 7F. RGB value is (42,221,127). Sum of RGB (Red+Green+Blue) = 42+221+127=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADD7F is #D52280. Grayscale: #9C9C9C. Windows color (decimal): -13968001 or 8379690. OLE color: 8379690.

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

Color convert

RGB 42 221 127 -
CMYK 0.81 0 0.43 0.13
HSL 148.49º 0.72% 0.52% -
HSV(B) 148.49º 0.81% 0.87% -
XYZ 30.64 53.74 28.84 -
YUV 156.76 111.2 46.14 -
System Red Green Blue C M Y K H S L
Decimal 42 221 127 0.81 0 0.43 0.13 148.49 0.72 0.52
Hex 2A DD 7F 51 0 2B D 94 48 34
Octal 52 335 177 121 0 53 15 224 110 64
Binary 101010 11011101 1111111 1010001 0 101011 1101 10010100 1001000 110100

Color Harmonies of #2ADD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADD7F

Black with #2ADD7F

Text Example


Text Example

White with #2ADD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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