Html Css Color HEX #2EF29D Shamrock

📋 copy color: '#2EF29D'

red 46 ◦ green 242 ◦ blue 157

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

Shades of Shamrock #2EF29D

Tints of Shamrock #2EF29D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.38%

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 10.34%
G = 54.38%
B = 35.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#2EF29D (or 0x2EF29D) is known color: Shamrock. HEX triplet: 2E, F2 and 9D. RGB value is (46,242,157). Sum of RGB (Red+Green+Blue) = 46+242+157=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF29D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF29D is #D10D62. Grayscale: #ADADAD. Windows color (decimal): -13700451 or 10351150. OLE color: 10351150.

HSL color Cylindrical-coordinate representation of color #2EF29D: hue angle of 153.98º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF29D is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 242 157 -
CMYK 0.81 0 0.35 0.05
HSL 153.98º 0.88% 0.56% -
HSV(B) 153.98º 0.81% 0.95% -
XYZ 38.96 66.52 42.68 -
YUV 173.71 118.57 36.91 -
System Red Green Blue C M Y K H S L
Decimal 46 242 157 0.81 0 0.35 0.05 153.98 0.88 0.56
Hex 2E F2 9D 51 0 23 5 9A 58 38
Octal 56 362 235 121 0 43 5 232 130 70
Binary 101110 11110010 10011101 1010001 0 100011 101 10011010 1011000 111000

Color Harmonies of #2EF29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF29D

Black with #2EF29D

Text Example


Text Example

White with #2EF29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,242,157); }

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

background-color css

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

 a { background-color: rgb(46,242,157); }

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

border-color css

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

 span { border-color: rgb(46,242,157); }

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