Html Css Color HEX #2EB81A Lime Green

📋 copy color: '#2EB81A'

red 46 ◦ green 184 ◦ blue 26

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

Shades of Lime Green #2EB81A

Tints of Lime Green #2EB81A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 71.88%

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

R = 17.97%
G = 71.88%
B = 10.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#2EB81A (or 0x2EB81A) is known color: Lime Green. HEX triplet: 2E, B8 and 1A. RGB value is (46,184,26). Sum of RGB (Red+Green+Blue) = 46+184+26=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 184 (72.27% from 255 or 71.88% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB81A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB81A is #D147E5. Grayscale: #7D7D7D. Windows color (decimal): -13715430 or 1751086. OLE color: 1751086.

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

Color convert

RGB 46 184 26 -
CMYK 0.75 0 0.86 0.28
HSL 112.41º 0.75% 0.41% -
HSV(B) 112.41º 0.86% 0.72% -
XYZ 18.45 34.94 6.75 -
YUV 124.73 72.28 71.85 -
System Red Green Blue C M Y K H S L
Decimal 46 184 26 0.75 0 0.86 0.28 112.41 0.75 0.41
Hex 2E B8 1A 4B 0 56 1C 70 4B 29
Octal 56 270 32 113 0 126 34 160 113 51
Binary 101110 10111000 11010 1001011 0 1010110 11100 1110000 1001011 101001

Color Harmonies of #2EB81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB81A

Black with #2EB81A

Text Example


Text Example

White with #2EB81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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