Html Css Color HEX #2EB940 Lime Green

📋 copy color: '#2EB940'

red 46 ◦ green 185 ◦ blue 64

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

Shades of Lime Green #2EB940

Tints of Lime Green #2EB940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.71%

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 15.59%
G = 62.71%
B = 21.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#2EB940 (or 0x2EB940) is known color: Lime Green. HEX triplet: 2E, B9 and 40. RGB value is (46,185,64). Sum of RGB (Red+Green+Blue) = 46+185+64=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 185 (72.66% from 255 or 62.71% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB940 is #D146BF. Grayscale: #818181. Windows color (decimal): -13715136 or 4241710. OLE color: 4241710.

HSL color Cylindrical-coordinate representation of color #2EB940: hue angle of 127.77º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB940 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 185 64 -
CMYK 0.75 0 0.65 0.27
HSL 127.77º 0.6% 0.45% -
HSV(B) 127.77º 0.75% 0.73% -
XYZ 19.4 35.65 10.71 -
YUV 129.65 90.95 68.34 -
System Red Green Blue C M Y K H S L
Decimal 46 185 64 0.75 0 0.65 0.27 127.77 0.6 0.45
Hex 2E B9 40 4B 0 41 1B 80 3C 2D
Octal 56 271 100 113 0 101 33 200 74 55
Binary 101110 10111001 1000000 1001011 0 1000001 11011 10000000 111100 101101

Color Harmonies of #2EB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB940

Black with #2EB940

Text Example


Text Example

White with #2EB940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,185,64); }

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

background-color css

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

 a { background-color: rgb(46,185,64); }

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

border-color css

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

 span { border-color: rgb(46,185,64); }

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