Html Css Color HEX #2AE488 Shamrock

📋 copy color: '#2AE488'

red 42 ◦ green 228 ◦ blue 136

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

Shades of Shamrock #2AE488

Tints of Shamrock #2AE488

RGB

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

 GREEN value IS 228 (89.45% from 255) = 56.16%

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 10.34%
G = 56.16%
B = 33.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#2AE488 (or 0x2AE488) is known color: Shamrock. HEX triplet: 2A, E4 and 88. RGB value is (42,228,136). Sum of RGB (Red+Green+Blue) = 42+228+136=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 228 (89.45% from 255 or 56.16% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE488 is #D51B77. Grayscale: #A2A2A2. Windows color (decimal): -13966200 or 8971306. OLE color: 8971306.

HSL color Cylindrical-coordinate representation of color #2AE488: hue angle of 150.32º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE488 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 228 136 -
CMYK 0.82 0 0.40 0.11
HSL 150.32º 0.78% 0.53% -
HSV(B) 150.32º 0.82% 0.89% -
XYZ 33.14 57.76 32.69 -
YUV 161.9 113.38 42.48 -
System Red Green Blue C M Y K H S L
Decimal 42 228 136 0.82 0 0.40 0.11 150.32 0.78 0.53
Hex 2A E4 88 52 0 28 B 96 4E 35
Octal 52 344 210 122 0 50 13 226 116 65
Binary 101010 11100100 10001000 1010010 0 101000 1011 10010110 1001110 110101

Color Harmonies of #2AE488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE488

Black with #2AE488

Text Example


Text Example

White with #2AE488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,228,136); }

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

background-color css

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

 a { background-color: rgb(42,228,136); }

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

border-color css

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

 span { border-color: rgb(42,228,136); }

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