Html Css Color HEX #2EDC1F Lime Green

📋 copy color: '#2EDC1F'

red 46 ◦ green 220 ◦ blue 31

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

Shades of Lime Green #2EDC1F

Tints of Lime Green #2EDC1F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 74.07%

 BLUE value IS 31 (12.5% from 255) = 10.44%

R = 15.49%
G = 74.07%
B = 10.44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#2EDC1F (or 0x2EDC1F) is known color: Lime Green. HEX triplet: 2E, DC and 1F. RGB value is (46,220,31). Sum of RGB (Red+Green+Blue) = 46+220+31=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 220 (86.33% from 255 or 74.07% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDC1F is #D123E0. Grayscale: #939393. Windows color (decimal): -13706209 or 2087982. OLE color: 2087982.

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

Color convert

RGB 46 220 31 -
CMYK 0.79 0 0.86 0.14
HSL 115.24º 0.75% 0.49% -
HSV(B) 115.24º 0.86% 0.86% -
XYZ 26.97 51.87 9.89 -
YUV 146.43 62.85 56.37 -
System Red Green Blue C M Y K H S L
Decimal 46 220 31 0.79 0 0.86 0.14 115.24 0.75 0.49
Hex 2E DC 1F 4F 0 56 E 73 4B 31
Octal 56 334 37 117 0 126 16 163 113 61
Binary 101110 11011100 11111 1001111 0 1010110 1110 1110011 1001011 110001

Color Harmonies of #2EDC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC1F

Black with #2EDC1F

Text Example


Text Example

White with #2EDC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,220,31); }

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

background-color css

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

 a { background-color: rgb(46,220,31); }

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

border-color css

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

 span { border-color: rgb(46,220,31); }

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