Html Css Color HEX #2EC93F Lime Green

📋 copy color: '#2EC93F'

red 46 ◦ green 201 ◦ blue 63

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

Shades of Lime Green #2EC93F

Tints of Lime Green #2EC93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.32%

R = 14.84%
G = 64.84%
B = 20.32%

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

#2EC93F (or 0x2EC93F) is known color: Lime Green. HEX triplet: 2E, C9 and 3F. RGB value is (46,201,63). Sum of RGB (Red+Green+Blue) = 46+201+63=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 201 (78.91% from 255 or 64.84% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC93F is #D136C0. Grayscale: #8B8B8B. Windows color (decimal): -13711041 or 4180270. OLE color: 4180270.

HSL color Cylindrical-coordinate representation of color #2EC93F: hue angle of 126.58º 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 #2EC93F is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 201 63 -
CMYK 0.77 0 0.69 0.21
HSL 126.58º 0.63% 0.48% -
HSV(B) 126.58º 0.77% 0.79% -
XYZ 22.91 42.71 11.74 -
YUV 138.92 85.15 61.72 -
System Red Green Blue C M Y K H S L
Decimal 46 201 63 0.77 0 0.69 0.21 126.58 0.63 0.48
Hex 2E C9 3F 4D 0 45 15 7F 3F 30
Octal 56 311 77 115 0 105 25 177 77 60
Binary 101110 11001001 111111 1001101 0 1000101 10101 1111111 111111 110000

Color Harmonies of #2EC93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC93F

Black with #2EC93F

Text Example


Text Example

White with #2EC93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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