Html Css Color HEX #2AE579 Shamrock

📋 copy color: '#2AE579'

red 42 ◦ green 229 ◦ blue 121

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

Shades of Shamrock #2AE579

Tints of Shamrock #2AE579

RGB

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

 GREEN value IS 229 (89.84% from 255) = 58.42%

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

R = 10.71%
G = 58.42%
B = 30.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#2AE579 (or 0x2AE579) is known color: Shamrock. HEX triplet: 2A, E5 and 79. RGB value is (42,229,121). Sum of RGB (Red+Green+Blue) = 42+229+121=392 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.71% from 392); Green value is 229 (89.84% from 255 or 58.42% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE579 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE579 is #D51A86. Grayscale: #A1A1A1. Windows color (decimal): -13965959 or 7988522. OLE color: 7988522.

HSL color Cylindrical-coordinate representation of color #2AE579: hue angle of 145.35º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE579 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 229 121 -
CMYK 0.82 0 0.47 0.10
HSL 145.35º 0.78% 0.53% -
HSV(B) 145.35º 0.82% 0.9% -
XYZ 32.43 57.91 27.56 -
YUV 160.78 105.55 43.28 -
System Red Green Blue C M Y K H S L
Decimal 42 229 121 0.82 0 0.47 0.10 145.35 0.78 0.53
Hex 2A E5 79 52 0 2F A 91 4E 35
Octal 52 345 171 122 0 57 12 221 116 65
Binary 101010 11100101 1111001 1010010 0 101111 1010 10010001 1001110 110101

Color Harmonies of #2AE579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE579

Black with #2AE579

Text Example


Text Example

White with #2AE579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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