Html Css Color HEX #2EBA40 Lime Green

📋 copy color: '#2EBA40'

red 46 ◦ green 186 ◦ blue 64

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

Shades of Lime Green #2EBA40

Tints of Lime Green #2EBA40

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.84%

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

R = 15.54%
G = 62.84%
B = 21.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#2EBA40 (or 0x2EBA40) is known color: Lime Green. HEX triplet: 2E, BA and 40. RGB value is (46,186,64). Sum of RGB (Red+Green+Blue) = 46+186+64=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBA40 is #D145BF. Grayscale: #828282. Windows color (decimal): -13714880 or 4241966. OLE color: 4241966.

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

Color convert

RGB 46 186 64 -
CMYK 0.75 0 0.66 0.27
HSL 127.71º 0.6% 0.45% -
HSV(B) 127.71º 0.75% 0.73% -
XYZ 19.61 36.07 10.78 -
YUV 130.23 90.62 67.92 -
System Red Green Blue C M Y K H S L
Decimal 46 186 64 0.75 0 0.66 0.27 127.71 0.6 0.45
Hex 2E BA 40 4B 0 42 1B 80 3C 2D
Octal 56 272 100 113 0 102 33 200 74 55
Binary 101110 10111010 1000000 1001011 0 1000010 11011 10000000 111100 101101

Color Harmonies of #2EBA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBA40

Black with #2EBA40

Text Example


Text Example

White with #2EBA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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