Html Css Color HEX #2EBA3A Lime Green

📋 copy color: '#2EBA3A'

red 46 ◦ green 186 ◦ blue 58

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

Shades of Lime Green #2EBA3A

Tints of Lime Green #2EBA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20%

R = 15.86%
G = 64.14%
B = 20%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#2EBA3A (or 0x2EBA3A) is known color: Lime Green. HEX triplet: 2E, BA and 3A. RGB value is (46,186,58). Sum of RGB (Red+Green+Blue) = 46+186+58=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBA3A is #D145C5. Grayscale: #818181. Windows color (decimal): -13714886 or 3848750. OLE color: 3848750.

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

Color convert

RGB 46 186 58 -
CMYK 0.75 0 0.69 0.27
HSL 125.14º 0.6% 0.45% -
HSV(B) 125.14º 0.75% 0.73% -
XYZ 19.45 36 9.93 -
YUV 129.55 87.62 68.41 -
System Red Green Blue C M Y K H S L
Decimal 46 186 58 0.75 0 0.69 0.27 125.14 0.6 0.45
Hex 2E BA 3A 4B 0 45 1B 7D 3C 2D
Octal 56 272 72 113 0 105 33 175 74 55
Binary 101110 10111010 111010 1001011 0 1000101 11011 1111101 111100 101101

Color Harmonies of #2EBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBA3A

Black with #2EBA3A

Text Example


Text Example

White with #2EBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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