Html Css Color HEX #2EF595 Shamrock

📋 copy color: '#2EF595'

red 46 ◦ green 245 ◦ blue 149

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

Shades of Shamrock #2EF595

Tints of Shamrock #2EF595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.86%

R = 10.45%
G = 55.68%
B = 33.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#2EF595 (or 0x2EF595) is known color: Shamrock. HEX triplet: 2E, F5 and 95. RGB value is (46,245,149). Sum of RGB (Red+Green+Blue) = 46+245+149=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 245 (96.09% from 255 or 55.68% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF595 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF595 is #D10A6A. Grayscale: #AEAEAE. Windows color (decimal): -13699691 or 9827630. OLE color: 9827630.

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

Color convert

RGB 46 245 149 -
CMYK 0.81 0 0.39 0.04
HSL 151.06º 0.91% 0.57% -
HSV(B) 151.06º 0.81% 0.96% -
XYZ 39.2 68.06 39.5 -
YUV 174.56 113.57 36.31 -
System Red Green Blue C M Y K H S L
Decimal 46 245 149 0.81 0 0.39 0.04 151.06 0.91 0.57
Hex 2E F5 95 51 0 27 4 97 5B 39
Octal 56 365 225 121 0 47 4 227 133 71
Binary 101110 11110101 10010101 1010001 0 100111 100 10010111 1011011 111001

Color Harmonies of #2EF595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF595

Black with #2EF595

Text Example


Text Example

White with #2EF595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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