Html Css Color HEX #2EF490 Shamrock

📋 copy color: '#2EF490'

red 46 ◦ green 244 ◦ blue 144

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

Shades of Shamrock #2EF490

Tints of Shamrock #2EF490

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.22%

 BLUE value IS 144 (56.64% from 255) = 33.18%

R = 10.6%
G = 56.22%
B = 33.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#2EF490 (or 0x2EF490) is known color: Shamrock. HEX triplet: 2E, F4 and 90. RGB value is (46,244,144). Sum of RGB (Red+Green+Blue) = 46+244+144=434 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.60% from 434); Green value is 244 (95.70% from 255 or 56.22% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF490 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF490 is #D10B6F. Grayscale: #ADADAD. Windows color (decimal): -13699952 or 9499694. OLE color: 9499694.

HSL color Cylindrical-coordinate representation of color #2EF490: hue angle of 149.7º degrees, saturation: 0.9, 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 #2EF490 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 244 144 -
CMYK 0.81 0 0.41 0.04
HSL 149.7º 0.9% 0.57% -
HSV(B) 149.7º 0.81% 0.96% -
XYZ 38.51 67.3 37.35 -
YUV 173.4 111.4 37.13 -
System Red Green Blue C M Y K H S L
Decimal 46 244 144 0.81 0 0.41 0.04 149.7 0.9 0.57
Hex 2E F4 90 51 0 29 4 96 5A 39
Octal 56 364 220 121 0 51 4 226 132 71
Binary 101110 11110100 10010000 1010001 0 101001 100 10010110 1011010 111001

Color Harmonies of #2EF490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF490

Black with #2EF490

Text Example


Text Example

White with #2EF490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,244,144); }

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

background-color css

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

 a { background-color: rgb(46,244,144); }

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

border-color css

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

 span { border-color: rgb(46,244,144); }

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