Html Css Color HEX #2EEC90 Shamrock

📋 copy color: '#2EEC90'

red 46 ◦ green 236 ◦ blue 144

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

Shades of Shamrock #2EEC90

Tints of Shamrock #2EEC90

RGB

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

 GREEN value IS 236 (92.58% from 255) = 55.4%

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

R = 10.8%
G = 55.4%
B = 33.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#2EEC90 (or 0x2EEC90) is known color: Shamrock. HEX triplet: 2E, EC and 90. RGB value is (46,236,144). Sum of RGB (Red+Green+Blue) = 46+236+144=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 236 (92.58% from 255 or 55.40% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEC90 is #D1136F. Grayscale: #A8A8A8. Windows color (decimal): -13702000 or 9497646. OLE color: 9497646.

HSL color Cylindrical-coordinate representation of color #2EEC90: hue angle of 150.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEC90 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 236 144 -
CMYK 0.81 0 0.39 0.07
HSL 150.95º 0.83% 0.55% -
HSV(B) 150.95º 0.81% 0.93% -
XYZ 36.16 62.59 36.56 -
YUV 168.7 114.05 40.48 -
System Red Green Blue C M Y K H S L
Decimal 46 236 144 0.81 0 0.39 0.07 150.95 0.83 0.55
Hex 2E EC 90 51 0 27 7 97 53 37
Octal 56 354 220 121 0 47 7 227 123 67
Binary 101110 11101100 10010000 1010001 0 100111 111 10010111 1010011 110111

Color Harmonies of #2EEC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEC90

Black with #2EEC90

Text Example


Text Example

White with #2EEC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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