Html Css Color HEX #2EB91A Lime Green

📋 copy color: '#2EB91A'

red 46 ◦ green 185 ◦ blue 26

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

Shades of Lime Green #2EB91A

Tints of Lime Green #2EB91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 17.9%
G = 71.98%
B = 10.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#2EB91A (or 0x2EB91A) is known color: Lime Green. HEX triplet: 2E, B9 and 1A. RGB value is (46,185,26). Sum of RGB (Red+Green+Blue) = 46+185+26=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 185 (72.66% from 255 or 71.98% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB91A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB91A is #D146E5. Grayscale: #7D7D7D. Windows color (decimal): -13715174 or 1751342. OLE color: 1751342.

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

Color convert

RGB 46 185 26 -
CMYK 0.75 0 0.86 0.27
HSL 112.45º 0.75% 0.41% -
HSV(B) 112.45º 0.86% 0.73% -
XYZ 18.66 35.35 6.82 -
YUV 125.31 71.95 71.43 -
System Red Green Blue C M Y K H S L
Decimal 46 185 26 0.75 0 0.86 0.27 112.45 0.75 0.41
Hex 2E B9 1A 4B 0 56 1B 70 4B 29
Octal 56 271 32 113 0 126 33 160 113 51
Binary 101110 10111001 11010 1001011 0 1010110 11011 1110000 1001011 101001

Color Harmonies of #2EB91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB91A

Black with #2EB91A

Text Example


Text Example

White with #2EB91A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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