Html Css Color HEX #2EB31D Lime Green

📋 copy color: '#2EB31D'

red 46 ◦ green 179 ◦ blue 29

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

Shades of Lime Green #2EB31D

Tints of Lime Green #2EB31D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 70.47%

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

R = 18.11%
G = 70.47%
B = 11.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#2EB31D (or 0x2EB31D) is known color: Lime Green. HEX triplet: 2E, B3 and 1D. RGB value is (46,179,29). Sum of RGB (Red+Green+Blue) = 46+179+29=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 179 (70.31% from 255 or 70.47% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB31D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB31D is #D14CE2. Grayscale: #7A7A7A. Windows color (decimal): -13716707 or 1946414. OLE color: 1946414.

HSL color Cylindrical-coordinate representation of color #2EB31D: hue angle of 113.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EB31D is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 179 29 -
CMYK 0.74 0 0.84 0.30
HSL 113.2º 0.72% 0.41% -
HSV(B) 113.2º 0.84% 0.7% -
XYZ 17.47 32.91 6.59 -
YUV 122.13 75.44 73.7 -
System Red Green Blue C M Y K H S L
Decimal 46 179 29 0.74 0 0.84 0.30 113.2 0.72 0.41
Hex 2E B3 1D 4A 0 54 1E 71 48 29
Octal 56 263 35 112 0 124 36 161 110 51
Binary 101110 10110011 11101 1001010 0 1010100 11110 1110001 1001000 101001

Color Harmonies of #2EB31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB31D

Black with #2EB31D

Text Example


Text Example

White with #2EB31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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