Html Css Color HEX #2EF9A5 Shamrock

📋 copy color: '#2EF9A5'

red 46 ◦ green 249 ◦ blue 165

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

Shades of Shamrock #2EF9A5

Tints of Shamrock #2EF9A5

RGB

 RED value IS 46 (18.36% from 255) = 10%

 GREEN value IS 249 (97.66% from 255) = 54.13%

 BLUE value IS 165 (64.84% from 255) = 35.87%

R = 10%
G = 54.13%
B = 35.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#2EF9A5 (or 0x2EF9A5) is known color: Shamrock. HEX triplet: 2E, F9 and A5. RGB value is (46,249,165). Sum of RGB (Red+Green+Blue) = 46+249+165=460 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF9A5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF9A5 is #D1065A. Grayscale: #B2B2B2. Windows color (decimal): -13698651 or 10877230. OLE color: 10877230.

HSL color Cylindrical-coordinate representation of color #2EF9A5: hue angle of 155.17º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EF9A5 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 249 165 -
CMYK 0.82 0 0.34 0.02
HSL 155.17º 0.94% 0.58% -
HSV(B) 155.17º 0.82% 0.98% -
XYZ 41.79 71.05 47.11 -
YUV 178.73 120.25 33.33 -
System Red Green Blue C M Y K H S L
Decimal 46 249 165 0.82 0 0.34 0.02 155.17 0.94 0.58
Hex 2E F9 A5 52 0 22 2 9B 5E 3A
Octal 56 371 245 122 0 42 2 233 136 72
Binary 101110 11111001 10100101 1010010 0 100010 10 10011011 1011110 111010

Color Harmonies of #2EF9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF9A5

Black with #2EF9A5

Text Example


Text Example

White with #2EF9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,249,165); }

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

background-color css

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

 a { background-color: rgb(46,249,165); }

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

border-color css

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

 span { border-color: rgb(46,249,165); }

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