Html Css Color HEX #2EBA46 Lime Green

📋 copy color: '#2EBA46'

red 46 ◦ green 186 ◦ blue 70

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

Shades of Lime Green #2EBA46

Tints of Lime Green #2EBA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 15.23%
G = 61.59%
B = 23.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#2EBA46 (or 0x2EBA46) is known color: Lime Green. HEX triplet: 2E, BA and 46. RGB value is (46,186,70). Sum of RGB (Red+Green+Blue) = 46+186+70=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBA46 is #D145B9. Grayscale: #838383. Windows color (decimal): -13714874 or 4635182. OLE color: 4635182.

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

Color convert

RGB 46 186 70 -
CMYK 0.75 0 0.62 0.27
HSL 130.29º 0.6% 0.45% -
HSV(B) 130.29º 0.75% 0.73% -
XYZ 19.79 36.14 11.73 -
YUV 130.92 93.62 67.43 -
System Red Green Blue C M Y K H S L
Decimal 46 186 70 0.75 0 0.62 0.27 130.29 0.6 0.45
Hex 2E BA 46 4B 0 3E 1B 82 3C 2D
Octal 56 272 106 113 0 76 33 202 74 55
Binary 101110 10111010 1000110 1001011 0 111110 11011 10000010 111100 101101

Color Harmonies of #2EBA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBA46

Black with #2EBA46

Text Example


Text Example

White with #2EBA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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