Html Css Color HEX #2EF294 Shamrock

📋 copy color: '#2EF294'

red 46 ◦ green 242 ◦ blue 148

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

Shades of Shamrock #2EF294

Tints of Shamrock #2EF294

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.5%

 BLUE value IS 148 (58.2% from 255) = 33.94%

R = 10.55%
G = 55.5%
B = 33.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#2EF294 (or 0x2EF294) is known color: Shamrock. HEX triplet: 2E, F2 and 94. RGB value is (46,242,148). Sum of RGB (Red+Green+Blue) = 46+242+148=436 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.55% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF294 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF294 is #D10D6B. Grayscale: #ACACAC. Windows color (decimal): -13700460 or 9761326. OLE color: 9761326.

HSL color Cylindrical-coordinate representation of color #2EF294: hue angle of 151.22º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF294 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 242 148 -
CMYK 0.81 0 0.39 0.05
HSL 151.22º 0.88% 0.56% -
HSV(B) 151.22º 0.81% 0.95% -
XYZ 38.22 66.22 38.78 -
YUV 172.68 114.07 37.64 -
System Red Green Blue C M Y K H S L
Decimal 46 242 148 0.81 0 0.39 0.05 151.22 0.88 0.56
Hex 2E F2 94 51 0 27 5 97 58 38
Octal 56 362 224 121 0 47 5 227 130 70
Binary 101110 11110010 10010100 1010001 0 100111 101 10010111 1011000 111000

Color Harmonies of #2EF294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF294

Black with #2EF294

Text Example


Text Example

White with #2EF294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,242,148); }

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

background-color css

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

 a { background-color: rgb(46,242,148); }

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

border-color css

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

 span { border-color: rgb(46,242,148); }

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