Html Css Color HEX #2EF29C Shamrock

📋 copy color: '#2EF29C'

red 46 ◦ green 242 ◦ blue 156

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

Shades of Shamrock #2EF29C

Tints of Shamrock #2EF29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.14%

R = 10.36%
G = 54.5%
B = 35.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#2EF29C (or 0x2EF29C) is known color: Shamrock. HEX triplet: 2E, F2 and 9C. RGB value is (46,242,156). Sum of RGB (Red+Green+Blue) = 46+242+156=444 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.36% from 444); Green value is 242 (94.92% from 255 or 54.50% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF29C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF29C is #D10D63. Grayscale: #ADADAD. Windows color (decimal): -13700452 or 10285614. OLE color: 10285614.

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

Color convert

RGB 46 242 156 -
CMYK 0.81 0 0.36 0.05
HSL 153.67º 0.88% 0.56% -
HSV(B) 153.67º 0.81% 0.95% -
XYZ 38.88 66.49 42.24 -
YUV 173.59 118.07 36.99 -
System Red Green Blue C M Y K H S L
Decimal 46 242 156 0.81 0 0.36 0.05 153.67 0.88 0.56
Hex 2E F2 9C 51 0 24 5 9A 58 38
Octal 56 362 234 121 0 44 5 232 130 70
Binary 101110 11110010 10011100 1010001 0 100100 101 10011010 1011000 111000

Color Harmonies of #2EF29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF29C

Black with #2EF29C

Text Example


Text Example

White with #2EF29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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