Html Css Color HEX #2EEB7D Shamrock

📋 copy color: '#2EEB7D'

red 46 ◦ green 235 ◦ blue 125

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

Shades of Shamrock #2EEB7D

Tints of Shamrock #2EEB7D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 57.88%

 BLUE value IS 125 (49.22% from 255) = 30.79%

R = 11.33%
G = 57.88%
B = 30.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#2EEB7D (or 0x2EEB7D) is known color: Shamrock. HEX triplet: 2E, EB and 7D. RGB value is (46,235,125). Sum of RGB (Red+Green+Blue) = 46+235+125=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 235 (92.19% from 255 or 57.88% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEB7D is #D11482. Grayscale: #A6A6A6. Windows color (decimal): -13702275 or 8252206. OLE color: 8252206.

HSL color Cylindrical-coordinate representation of color #2EEB7D: hue angle of 145.08º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB7D is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 125 -
CMYK 0.80 0 0.47 0.08
HSL 145.08º 0.83% 0.55% -
HSV(B) 145.08º 0.8% 0.92% -
XYZ 34.54 61.48 29.45 -
YUV 165.95 104.88 42.44 -
System Red Green Blue C M Y K H S L
Decimal 46 235 125 0.80 0 0.47 0.08 145.08 0.83 0.55
Hex 2E EB 7D 50 0 2F 8 91 53 37
Octal 56 353 175 120 0 57 10 221 123 67
Binary 101110 11101011 1111101 1010000 0 101111 1000 10010001 1010011 110111

Color Harmonies of #2EEB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB7D

Black with #2EEB7D

Text Example


Text Example

White with #2EEB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,235,125); }

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

background-color css

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

 a { background-color: rgb(46,235,125); }

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

border-color css

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

 span { border-color: rgb(46,235,125); }

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