Html Css Color HEX #2EF594 Shamrock

📋 copy color: '#2EF594'

red 46 ◦ green 245 ◦ blue 148

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

Shades of Shamrock #2EF594

Tints of Shamrock #2EF594

RGB

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

 GREEN value IS 245 (96.09% from 255) = 55.81%

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

R = 10.48%
G = 55.81%
B = 33.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#2EF594 (or 0x2EF594) is known color: Shamrock. HEX triplet: 2E, F5 and 94. RGB value is (46,245,148). Sum of RGB (Red+Green+Blue) = 46+245+148=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 245 (96.09% from 255 or 55.81% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF594 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF594 is #D10A6B. Grayscale: #AEAEAE. Windows color (decimal): -13699692 or 9762094. OLE color: 9762094.

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

Color convert

RGB 46 245 148 -
CMYK 0.81 0 0.40 0.04
HSL 150.75º 0.91% 0.57% -
HSV(B) 150.75º 0.81% 0.96% -
XYZ 39.12 68.02 39.08 -
YUV 174.44 113.07 36.39 -
System Red Green Blue C M Y K H S L
Decimal 46 245 148 0.81 0 0.40 0.04 150.75 0.91 0.57
Hex 2E F5 94 51 0 28 4 97 5B 39
Octal 56 365 224 121 0 50 4 227 133 71
Binary 101110 11110101 10010100 1010001 0 101000 100 10010111 1011011 111001

Color Harmonies of #2EF594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF594

Black with #2EF594

Text Example


Text Example

White with #2EF594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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