Html Css Color HEX #2EC93E Lime Green

📋 copy color: '#2EC93E'

red 46 ◦ green 201 ◦ blue 62

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

Shades of Lime Green #2EC93E

Tints of Lime Green #2EC93E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 65.05%

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 14.89%
G = 65.05%
B = 20.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#2EC93E (or 0x2EC93E) is known color: Lime Green. HEX triplet: 2E, C9 and 3E. RGB value is (46,201,62). Sum of RGB (Red+Green+Blue) = 46+201+62=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 201 (78.91% from 255 or 65.05% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC93E is #D136C1. Grayscale: #8B8B8B. Windows color (decimal): -13711042 or 4114734. OLE color: 4114734.

HSL color Cylindrical-coordinate representation of color #2EC93E: hue angle of 126.19º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC93E is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 201 62 -
CMYK 0.77 0 0.69 0.21
HSL 126.19º 0.63% 0.48% -
HSV(B) 126.19º 0.77% 0.79% -
XYZ 22.88 42.7 11.59 -
YUV 138.81 84.65 61.8 -
System Red Green Blue C M Y K H S L
Decimal 46 201 62 0.77 0 0.69 0.21 126.19 0.63 0.48
Hex 2E C9 3E 4D 0 45 15 7E 3F 30
Octal 56 311 76 115 0 105 25 176 77 60
Binary 101110 11001001 111110 1001101 0 1000101 10101 1111110 111111 110000

Color Harmonies of #2EC93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC93E

Black with #2EC93E

Text Example


Text Example

White with #2EC93E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,201,62); }

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

background-color css

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

 a { background-color: rgb(46,201,62); }

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

border-color css

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

 span { border-color: rgb(46,201,62); }

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