Html Css Color HEX #2EEF8A Shamrock

📋 copy color: '#2EEF8A'

red 46 ◦ green 239 ◦ blue 138

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

Shades of Shamrock #2EEF8A

Tints of Shamrock #2EEF8A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 56.5%

 BLUE value IS 138 (54.3% from 255) = 32.62%

R = 10.87%
G = 56.5%
B = 32.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#2EEF8A (or 0x2EEF8A) is known color: Shamrock. HEX triplet: 2E, EF and 8A. RGB value is (46,239,138). Sum of RGB (Red+Green+Blue) = 46+239+138=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 239 (93.75% from 255 or 56.50% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEF8A is #D11075. Grayscale: #A9A9A9. Windows color (decimal): -13701238 or 9105198. OLE color: 9105198.

HSL color Cylindrical-coordinate representation of color #2EEF8A: hue angle of 148.6º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEF8A is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 239 138 -
CMYK 0.81 0 0.42 0.06
HSL 148.6º 0.86% 0.56% -
HSV(B) 148.6º 0.81% 0.94% -
XYZ 36.58 64.15 34.5 -
YUV 169.78 110.06 39.71 -
System Red Green Blue C M Y K H S L
Decimal 46 239 138 0.81 0 0.42 0.06 148.6 0.86 0.56
Hex 2E EF 8A 51 0 2A 6 95 56 38
Octal 56 357 212 121 0 52 6 225 126 70
Binary 101110 11101111 10001010 1010001 0 101010 110 10010101 1010110 111000

Color Harmonies of #2EEF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEF8A

Black with #2EEF8A

Text Example


Text Example

White with #2EEF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,239,138); }

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

background-color css

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

 a { background-color: rgb(46,239,138); }

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

border-color css

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

 span { border-color: rgb(46,239,138); }

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