Html Css Color HEX #2EF69E Shamrock

📋 copy color: '#2EF69E'

red 46 ◦ green 246 ◦ blue 158

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

Shades of Shamrock #2EF69E

Tints of Shamrock #2EF69E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.67%

 BLUE value IS 158 (62.11% from 255) = 35.11%

R = 10.22%
G = 54.67%
B = 35.11%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#2EF69E (or 0x2EF69E) is known color: Shamrock. HEX triplet: 2E, F6 and 9E. RGB value is (46,246,158). Sum of RGB (Red+Green+Blue) = 46+246+158=450 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.22% from 450); Green value is 246 (96.48% from 255 or 54.67% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF69E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF69E is #D10961. Grayscale: #B0B0B0. Windows color (decimal): -13699426 or 10417710. OLE color: 10417710.

HSL color Cylindrical-coordinate representation of color #2EF69E: hue angle of 153.6º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF69E is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 246 158 -
CMYK 0.81 0 0.36 0.04
HSL 153.6º 0.92% 0.57% -
HSV(B) 153.6º 0.81% 0.96% -
XYZ 40.25 68.96 43.54 -
YUV 176.17 117.74 35.16 -
System Red Green Blue C M Y K H S L
Decimal 46 246 158 0.81 0 0.36 0.04 153.6 0.92 0.57
Hex 2E F6 9E 51 0 24 4 9A 5C 39
Octal 56 366 236 121 0 44 4 232 134 71
Binary 101110 11110110 10011110 1010001 0 100100 100 10011010 1011100 111001

Color Harmonies of #2EF69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF69E

Black with #2EF69E

Text Example


Text Example

White with #2EF69E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,246,158); }

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

background-color css

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

 a { background-color: rgb(46,246,158); }

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

border-color css

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

 span { border-color: rgb(46,246,158); }

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