Html Css Color HEX #2EB941 Lime Green

📋 copy color: '#2EB941'

red 46 ◦ green 185 ◦ blue 65

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

Shades of Lime Green #2EB941

Tints of Lime Green #2EB941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.96%

R = 15.54%
G = 62.5%
B = 21.96%

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

#2EB941 (or 0x2EB941) is known color: Lime Green. HEX triplet: 2E, B9 and 41. RGB value is (46,185,65). Sum of RGB (Red+Green+Blue) = 46+185+65=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 185 (72.66% from 255 or 62.5% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB941 is #D146BE. Grayscale: #828282. Windows color (decimal): -13715135 or 4307246. OLE color: 4307246.

HSL color Cylindrical-coordinate representation of color #2EB941: hue angle of 128.2º 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 #2EB941 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 185 65 -
CMYK 0.75 0 0.65 0.27
HSL 128.2º 0.6% 0.45% -
HSV(B) 128.2º 0.75% 0.73% -
XYZ 19.43 35.66 10.86 -
YUV 129.76 91.45 68.26 -
System Red Green Blue C M Y K H S L
Decimal 46 185 65 0.75 0 0.65 0.27 128.2 0.6 0.45
Hex 2E B9 41 4B 0 41 1B 80 3C 2D
Octal 56 271 101 113 0 101 33 200 74 55
Binary 101110 10111001 1000001 1001011 0 1000001 11011 10000000 111100 101101

Color Harmonies of #2EB941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB941

Black with #2EB941

Text Example


Text Example

White with #2EB941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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