Html Css Color HEX #2EAB2B Lime Green

📋 copy color: '#2EAB2B'

red 46 ◦ green 171 ◦ blue 43

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

Shades of Lime Green #2EAB2B

Tints of Lime Green #2EAB2B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 65.77%

 BLUE value IS 43 (17.19% from 255) = 16.54%

R = 17.69%
G = 65.77%
B = 16.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#2EAB2B (or 0x2EAB2B) is known color: Lime Green. HEX triplet: 2E, AB and 2B. RGB value is (46,171,43). Sum of RGB (Red+Green+Blue) = 46+171+43=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 171 (67.19% from 255 or 65.77% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAB2B is #D154D4. Grayscale: #777777. Windows color (decimal): -13718741 or 2861870. OLE color: 2861870.

HSL color Cylindrical-coordinate representation of color #2EAB2B: hue angle of 118.59º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EAB2B is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 171 43 -
CMYK 0.73 0 0.75 0.33
HSL 118.59º 0.6% 0.42% -
HSV(B) 118.59º 0.75% 0.67% -
XYZ 16.13 29.88 7.2 -
YUV 119.03 85.09 75.91 -
System Red Green Blue C M Y K H S L
Decimal 46 171 43 0.73 0 0.75 0.33 118.59 0.6 0.42
Hex 2E AB 2B 49 0 4B 21 77 3C 2A
Octal 56 253 53 111 0 113 41 167 74 52
Binary 101110 10101011 101011 1001001 0 1001011 100001 1110111 111100 101010

Color Harmonies of #2EAB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAB2B

Black with #2EAB2B

Text Example


Text Example

White with #2EAB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,171,43); }

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

background-color css

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

 a { background-color: rgb(46,171,43); }

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

border-color css

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

 span { border-color: rgb(46,171,43); }

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