Html Css Color HEX #2EBA1D Lime Green

📋 copy color: '#2EBA1D'

red 46 ◦ green 186 ◦ blue 29

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

Shades of Lime Green #2EBA1D

Tints of Lime Green #2EBA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.11%

R = 17.62%
G = 71.26%
B = 11.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#2EBA1D (or 0x2EBA1D) is known color: Lime Green. HEX triplet: 2E, BA and 1D. RGB value is (46,186,29). Sum of RGB (Red+Green+Blue) = 46+186+29=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 186 (73.05% from 255 or 71.26% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBA1D is #D145E2. Grayscale: #7E7E7E. Windows color (decimal): -13714915 or 1948206. OLE color: 1948206.

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

Color convert

RGB 46 186 29 -
CMYK 0.75 0 0.84 0.27
HSL 113.5º 0.73% 0.42% -
HSV(B) 113.5º 0.84% 0.73% -
XYZ 18.91 35.79 7.07 -
YUV 126.24 73.12 70.77 -
System Red Green Blue C M Y K H S L
Decimal 46 186 29 0.75 0 0.84 0.27 113.5 0.73 0.42
Hex 2E BA 1D 4B 0 54 1B 72 49 2A
Octal 56 272 35 113 0 124 33 162 111 52
Binary 101110 10111010 11101 1001011 0 1010100 11011 1110010 1001001 101010

Color Harmonies of #2EBA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBA1D

Black with #2EBA1D

Text Example


Text Example

White with #2EBA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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