Html Css Color HEX #2EEB7F Shamrock

📋 copy color: '#2EEB7F'

red 46 ◦ green 235 ◦ blue 127

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

Shades of Shamrock #2EEB7F

Tints of Shamrock #2EEB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.13%

R = 11.27%
G = 57.6%
B = 31.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#2EEB7F (or 0x2EEB7F) is known color: Shamrock. HEX triplet: 2E, EB and 7F. RGB value is (46,235,127). Sum of RGB (Red+Green+Blue) = 46+235+127=408 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.27% from 408); Green value is 235 (92.19% from 255 or 57.60% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEB7F is #D11480. Grayscale: #A6A6A6. Windows color (decimal): -13702273 or 8383278. OLE color: 8383278.

HSL color Cylindrical-coordinate representation of color #2EEB7F: hue angle of 145.71º 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 #2EEB7F is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 127 -
CMYK 0.80 0 0.46 0.08
HSL 145.71º 0.83% 0.55% -
HSV(B) 145.71º 0.8% 0.92% -
XYZ 34.67 61.53 30.13 -
YUV 166.18 105.88 42.28 -
System Red Green Blue C M Y K H S L
Decimal 46 235 127 0.80 0 0.46 0.08 145.71 0.83 0.55
Hex 2E EB 7F 50 0 2E 8 92 53 37
Octal 56 353 177 120 0 56 10 222 123 67
Binary 101110 11101011 1111111 1010000 0 101110 1000 10010010 1010011 110111

Color Harmonies of #2EEB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB7F

Black with #2EEB7F

Text Example


Text Example

White with #2EEB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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