Html Css Color HEX #2EF28C Shamrock

📋 copy color: '#2EF28C'

red 46 ◦ green 242 ◦ blue 140

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

Shades of Shamrock #2EF28C

Tints of Shamrock #2EF28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.71%

R = 10.75%
G = 56.54%
B = 32.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#2EF28C (or 0x2EF28C) is known color: Shamrock. HEX triplet: 2E, F2 and 8C. RGB value is (46,242,140). Sum of RGB (Red+Green+Blue) = 46+242+140=428 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.75% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF28C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF28C is #D10D73. Grayscale: #ABABAB. Windows color (decimal): -13700468 or 9237038. OLE color: 9237038.

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

Color convert

RGB 46 242 140 -
CMYK 0.81 0 0.42 0.05
HSL 148.78º 0.88% 0.56% -
HSV(B) 148.78º 0.81% 0.95% -
XYZ 37.61 65.98 35.56 -
YUV 171.77 110.07 38.29 -
System Red Green Blue C M Y K H S L
Decimal 46 242 140 0.81 0 0.42 0.05 148.78 0.88 0.56
Hex 2E F2 8C 51 0 2A 5 95 58 38
Octal 56 362 214 121 0 52 5 225 130 70
Binary 101110 11110010 10001100 1010001 0 101010 101 10010101 1011000 111000

Color Harmonies of #2EF28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF28C

Black with #2EF28C

Text Example


Text Example

White with #2EF28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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