Html Css Color HEX #2AE079 Shamrock

📋 copy color: '#2AE079'

red 42 ◦ green 224 ◦ blue 121

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

Shades of Shamrock #2AE079

Tints of Shamrock #2AE079

RGB

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

 GREEN value IS 224 (87.89% from 255) = 57.88%

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 10.85%
G = 57.88%
B = 31.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#2AE079 (or 0x2AE079) is known color: Shamrock. HEX triplet: 2A, E0 and 79. RGB value is (42,224,121). Sum of RGB (Red+Green+Blue) = 42+224+121=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 224 (87.89% from 255 or 57.88% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE079 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE079 is #D51F86. Grayscale: #9E9E9E. Windows color (decimal): -13967239 or 7987242. OLE color: 7987242.

HSL color Cylindrical-coordinate representation of color #2AE079: hue angle of 146.04º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE079 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 224 121 -
CMYK 0.81 0 0.46 0.12
HSL 146.04º 0.75% 0.52% -
HSV(B) 146.04º 0.81% 0.88% -
XYZ 31.06 55.18 27.1 -
YUV 157.84 107.2 45.38 -
System Red Green Blue C M Y K H S L
Decimal 42 224 121 0.81 0 0.46 0.12 146.04 0.75 0.52
Hex 2A E0 79 51 0 2E C 92 4B 34
Octal 52 340 171 121 0 56 14 222 113 64
Binary 101010 11100000 1111001 1010001 0 101110 1100 10010010 1001011 110100

Color Harmonies of #2AE079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE079

Black with #2AE079

Text Example


Text Example

White with #2AE079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,224,121); }

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

background-color css

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

 a { background-color: rgb(42,224,121); }

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

border-color css

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

 span { border-color: rgb(42,224,121); }

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